Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / head-element-for-yahoo-player.html
blobff1ec55c1a63f228c89565fcae61c0e1ede0b7b3
1 <html>
2 <body>
3 <style>body {}</style>
4 <p>Test for <a href="rdar://problem/6576889">rdar://problem/6576889</a>: Cannot watch Flash movies on omg.yahoo.com.</p>
5 <p>Make sure that a HEAD element exists, at least in situations where Safari 3 would create one implicitly by moving a misplaced STYLE element.</p>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 document.write(document.getElementsByTagName("head").length ? "PASS" : "FAIL");
10 </script>
11 </body>
12 </html>