| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <style> | 2 <style> |
| 3 body { direction: rtl; padding-left: 100%; } | 3 body { direction: rtl; padding-left: 100%; } |
| 4 </style> | 4 </style> |
| 5 <script> | 5 <script> |
| 6 if (window.layoutTestController) { | 6 if (window.layoutTestController) { |
| 7 layoutTestController.dumpAsText(); | 7 layoutTestController.dumpAsText(); |
| 8 layoutTestController.waitUntilDone(); | 8 layoutTestController.waitUntilDone(); |
| 9 } | 9 } |
| 10 | 10 |
| 11 function runTest() { | 11 function runTest() { |
| 12 document.body.innerHTML = "PASS"; | 12 document.body.innerHTML = "PASS"; |
| 13 | 13 |
| 14 if (window.layoutTestController) | 14 if (window.layoutTestController) |
| 15 layoutTestController.notifyDone(); | 15 layoutTestController.notifyDone(); |
| 16 } | 16 } |
| 17 | 17 |
| 18 setTimeout("runTest()", 0); | 18 setTimeout("runTest()", 0); |
| 19 </script> | 19 </script> |
| 20 0<image> | 20 0<image> |
| 21 <span> | 21 <span> |
| 22 A<div></div> | 22 A<div></div> |
| 23 </span> | 23 </span> |
| 24 </html> | 24 </html> |
| OLD | NEW |