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 <script src="../../resources/js-test.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
5 <script src="resources/head-check.js"></script> | 5 <script src="resources/head-check.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p id="description"> | 8 <p id="description"> |
9 This test checks whether one (and only one) HEAD element is created for various
HTML documents. | 9 This test checks whether one (and only one) HEAD element is created for various
HTML documents. |
10 See <a href="https://bugs.webkit.org/show_bug.cgi?id=7321">Bug 7321</a> | 10 See <a href="https://bugs.webkit.org/show_bug.cgi?id=7321">Bug 7321</a> |
11 REGRESSION: style tag in body causes two head elements to appear in the DOM. | 11 REGRESSION: style tag in body causes two head elements to appear in the DOM. |
12 </p> | 12 </p> |
13 <div id="console"></div> | 13 <div id="console"></div> |
14 <iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe> | 14 <iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |