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="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 |
11 | 11 |
12 Galaxy has a few things to say on the subject of resumés. | 12 Galaxy has a few things to say on the subject of resumés. |
13 A resumé, it says, is about the most massively useful thing an interstellar hitc
h hiker can have. | 13 A resumé, it says, is about the most massively useful thing an interstellar hitc
h hiker can have. |
14 </p> | 14 </p> |
15 | 15 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 </body> | 73 </body> |
74 </html> | 74 </html> |
OLD | NEW |