Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / parent-of-script-before-head.html
blob83926c4e9cd3f588cbd55d2ee7c0db0d964c5e48
1 <!doctype html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
6 if (document.getElementsByTagName("script")[0].parentNode.tagName.toUpperCase() == "HEAD")
7 document.write("PASS")
8 else
9 document.write("FAIL")
10 </script>