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="paragraph" style="width: 30em;"> | 9 <p id="paragraph" style="width: 30em;"> |
10 The Hitchhiker's Guide to the | 10 The Hitchhiker's Guide to the |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 shouldBeCloseTo("axBounds.width", rangeBounds.width, 1); | 63 shouldBeCloseTo("axBounds.width", rangeBounds.width, 1); |
64 shouldBeCloseTo("axBounds.height", rangeBounds.height, 1); | 64 shouldBeCloseTo("axBounds.height", rangeBounds.height, 1); |
65 } | 65 } |
66 testWord('The'); | 66 testWord('The'); |
67 testWord('Hitchhiker'); | 67 testWord('Hitchhiker'); |
68 testWord('Guide'); | 68 testWord('Guide'); |
69 testWord('interstellar'); | 69 testWord('interstellar'); |
70 } | 70 } |
71 </script> | 71 </script> |
72 | 72 |
73 <script src="../fast/js/resources/js-test-post.js"></script> | |
74 </body> | 73 </body> |
75 </html> | 74 </html> |
OLD | NEW |