1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../../../resources/js-test.js"></script>
5 <script src=
"resources/head-check.js"></script>
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>
11 REGRESSION: style tag in body causes two head elements to appear in the DOM.
13 <div id=
"console"></div>
14 <iframe id=
"iframe" src=
"data:text/html," onload=
"testAndLoadNext()"></iframe>