OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
5 <h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=102459">Bug 102459
</a>. OK if not crashed.</h1> | 5 <h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=102459">Bug 102459
</a>. OK if not crashed.</h1> |
6 <progress indeterminate="true"></progress> | 6 <progress indeterminate="true"></progress> |
7 <p>PASS unless crash.</p> | 7 <p>PASS unless crash.</p> |
8 | 8 |
9 <pre id="console"></pre> | 9 <pre id="console"></pre> |
10 <script src="../../js/resources/js-test-post.js"></script> | |
11 </body> | 10 </body> |
12 </html> | 11 </html> |
OLD | NEW |