|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <!-- |
|
4 https://bugzilla.mozilla.org/show_bug.cgi?id=399951 |
|
5 --> |
|
6 <head> |
|
7 <title>Test for Bug 399951</title> |
|
8 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
|
9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> |
|
10 </head> |
|
11 <body style="direction: rtl" onload="document.body.style.direction = 'ltr';"> |
|
12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=399951">Mozilla Bug 399951</a> |
|
13 <div style="white-space: pre;"> |
|
14 .i |
|
15 h |
|
16 f |
|
17 </div> |
|
18 <pre id="test"> |
|
19 <script class="testbody" type="text/javascript"> |
|
20 function test() |
|
21 { |
|
22 /** Test for Bug 399951 **/ |
|
23 ok(true, "Should not crash"); |
|
24 SimpleTest.finish(); |
|
25 } |
|
26 |
|
27 setTimeout(test, 500); |
|
28 SimpleTest.waitForExplicitFinish(); |
|
29 </script> |
|
30 </pre> |
|
31 </body> |
|
32 </html> |
|
33 |