summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/head-element-for-yahoo-player.html
blob: ff1ec55c1a63f228c89565fcae61c0e1ede0b7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
<style>body {}</style>
<p>Test for <a href="rdar://problem/6576889">rdar://problem/6576889</a>: Cannot watch Flash movies on omg.yahoo.com.</p>
<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>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
document.write(document.getElementsByTagName("head").length ? "PASS" : "FAIL");
</script>
</body>
</html>