OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../resources/js-test.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 | 8 |
9 <p id="horizontalParagraph"> | 9 <p id="horizontalParagraph"> |
10 one two אחתשתיים three four שלושהארבעה | 10 one two אחתשתיים three four שלושהארבעה |
11 </p> | 11 </p> |
12 | 12 |
13 <p id="verticalParagraph" style="-webkit-writing-mode: vertical-lr"> | 13 <p id="verticalParagraph" style="-webkit-writing-mode: vertical-lr"> |
14 one two אחתשתיים three four שלושהארבעה | 14 one two אחתשתיים three four שלושהארבעה |
15 </p> | 15 </p> |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 testWord('verticalParagraph', 'two'); | 63 testWord('verticalParagraph', 'two'); |
64 testWord('verticalParagraph', 'three'); | 64 testWord('verticalParagraph', 'three'); |
65 testWord('verticalParagraph', 'four'); | 65 testWord('verticalParagraph', 'four'); |
66 testWord('verticalParagraph', 'אחתשתיים'); | 66 testWord('verticalParagraph', 'אחתשתיים'); |
67 testWord('verticalParagraph', 'שלושהארבעה'); | 67 testWord('verticalParagraph', 'שלושהארבעה'); |
68 } | 68 } |
69 </script> | 69 </script> |
70 | 70 |
71 </body> | 71 </body> |
72 </html> | 72 </html> |
OLD | NEW |