This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to smaller number of elements to search, support ancestor dir…
…ection. #72
- Loading branch information
Kevin Miller
committed
Jan 4, 2014
1 parent
d2c4677
commit 426fe50
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
test/testfiles/common/languageDirAttributeIsUsed-fail-4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<title>languageDirAttributeIsUsed-fail-4</title> | ||
<link rel="stylesheet" href="../../../lib/qunit/qunit/qunit.css" media="screen"> | ||
</head> | ||
|
||
<body> | ||
<div id="quail-scope"> | ||
<div dir="rtl"> | ||
<blockquote> | ||
וואַכטל זענען זייער קיוט איך טראַכטן. | ||
</blockquote> | ||
<p> | ||
וואַכטל זענען זייער "some english text" קיוט איך טראַכטן. | ||
</p> | ||
</div> | ||
</div> | ||
<script id="qunit-jquery" src="../../../lib/jquery/jquery.js"></script> | ||
<script id="qunit-quail" src="../../../dist/quail.jquery.js"></script> | ||
<script id="qunit-composite" src="../../composite.js"></script> | ||
<script id="qunit-qunit" src="../../../lib/qunit/qunit/qunit.js"></script> | ||
<script id="qunit-script"> | ||
test('languageDirAttributeIsUsed', function() { | ||
quailTest.runTest( 'languageDirAttributeIsUsed' ); | ||
equal(true, quailTest.confirmIsTag('p'), 'Paragraph has mixed direction'); | ||
}); | ||
</script> | ||
</body> | ||
|
||
</html> |