| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 .editable { | 5 .editable { |
| 6 border-width: 0px; | 6 border-width: 0px; |
| 7 margin: 0px; | 7 margin: 0px; |
| 8 padding: 0px; | 8 padding: 0px; |
| 9 font-size: 10px; | 9 font-size: 10px; |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 <script src="../js/resources/js-test-pre.js"></script> | 12 <script src="../../resources/js-test.js"></script> |
| 13 <script> | 13 <script> |
| 14 | 14 |
| 15 var succeed = true; | 15 var succeed = true; |
| 16 | 16 |
| 17 function runTest() | 17 function runTest() |
| 18 { | 18 { |
| 19 if (window.testRunner) | 19 if (window.testRunner) |
| 20 testRunner.dumpAsText(); | 20 testRunner.dumpAsText(); |
| 21 | 21 |
| 22 // The 2nd parameter 22 is the last character in textarea with id "textarea_
rtl". | 22 // The 2nd parameter 22 is the last character in textarea with id "textarea_
rtl". |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 <div style="-webkit-writing-mode:vertical-rl;" class="editable"><span id="span_v
ertical_rl" class="editable">דגלחכ גד&
#1499; לחידגכ יחעד&#
1491;</span></div> | 125 <div style="-webkit-writing-mode:vertical-rl;" class="editable"><span id="span_v
ertical_rl" class="editable">דגלחכ גד&
#1499; לחידגכ יחעד&#
1491;</span></div> |
| 126 | 126 |
| 127 <p>vertical text. | 127 <p>vertical text. |
| 128 <div contenteditable id="vertical_rl" style="-webkit-writing-mode:vertical-rl;"
class="editable">דגלחכ גדכ –
0;חידגכ יחעדד</div> | 128 <div contenteditable id="vertical_rl" style="-webkit-writing-mode:vertical-rl;"
class="editable">דגלחכ גדכ –
0;חידגכ יחעדד</div> |
| 129 | 129 |
| 130 <ul id="console"></ul> | 130 <ul id="console"></ul> |
| 131 </body> | 131 </body> |
| 132 | 132 |
| 133 <script>runTest();</script> | 133 <script>runTest();</script> |
| 134 </html> | 134 </html> |
| OLD | NEW |