OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
4 </head> | 4 </head> |
5 <script src="../js/resources/js-test-pre.js"> </script> | 5 <script src="../js/resources/js-test-pre.js"> </script> |
6 <script> | 6 <script> |
7 window.jsTestIsAsync = true; | 7 window.jsTestIsAsync = true; |
8 | 8 |
9 function test() { | 9 function test() { |
10 document.forms.f.submit(); | 10 document.forms.f.submit(); |
(...skipping 18 matching lines...) Expand all Loading... |
29 <script> | 29 <script> |
30 if (document.location.href.match('\\?')) { | 30 if (document.location.href.match('\\?')) { |
31 shouldBeTrue('document.location.search.indexOf("rtlAncestor.dir=rtl") != -1'
); | 31 shouldBeTrue('document.location.search.indexOf("rtlAncestor.dir=rtl") != -1'
); |
32 shouldBeTrue('document.location.search.indexOf("autoAncestor.dir=ltr") != -1
'); | 32 shouldBeTrue('document.location.search.indexOf("autoAncestor.dir=ltr") != -1
'); |
33 finishJSTest(); | 33 finishJSTest(); |
34 } | 34 } |
35 | 35 |
36 successfullyParsed = true; | 36 successfullyParsed = true; |
37 </script> | 37 </script> |
38 </div> | 38 </div> |
39 <script src="../js/resources/js-test-post.js"></script> | |
40 </body> | 39 </body> |
41 </html> | 40 </html> |
OLD | NEW |