| 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="../fast/js/resources/js-test-pre.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 שלושהארבעה |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 | 61 |
| 62 testWord('verticalParagraph', 'one'); | 62 testWord('verticalParagraph', 'one'); |
| 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 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 72 </body> | 71 </body> |
| 73 </html> | 72 </html> |
| OLD | NEW |