Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLHeadElement / head-check.html
blob897655e1bf452cb4a418ab78d6ec4fd704bd60a5
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../../../resources/js-test.js"></script>
5 <script src="resources/head-check.js"></script>
6 </head>
7 <body>
8 <p id="description">
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.
12 </p>
13 <div id="console"></div>
14 <iframe id="iframe" src="data:text/html," onload="testAndLoadNext()"></iframe>
15 </body>
16 </html>