blob: a83588bba815748db86cb473b659a7ff6f421174 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/head-check.js"></script>
</head>
<body>
<p id="description">
This test checks whether one (and only one) HEAD element is created for various HTML documents.
See <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=7321">Bug 7321</a>
REGRESSION: style tag in body causes two head elements to appear in the DOM.
</p>
<div id="console"></div>
<iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe>
</body>
</html>