OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 </style> | 6 </style> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <p id="description"></p> | 9 <p id="description"></p> |
10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=53341">Bug 53341</a></p> | 10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=53341">Bug 53341</a></p> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 if (i < tests.length) { | 68 if (i < tests.length) { |
69 runTest(tests[i++], nextTest); | 69 runTest(tests[i++], nextTest); |
70 } else { | 70 } else { |
71 testsDone(); | 71 testsDone(); |
72 } | 72 } |
73 } | 73 } |
74 nextTest(); | 74 nextTest(); |
75 } | 75 } |
76 | 76 |
77 </script> | 77 </script> |
78 <script src="../../fast/js/resources/js-test-post.js"></script> | |
79 </body> | 78 </body> |
80 </html> | 79 </html> |
OLD | NEW |