Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
parser
/
parent-of-script-before-head.html
blob: 83926c4e9cd3f588cbd55d2ee7c0db0d964c5e48 [
file
] [
log
] [
blame
]
<!doctype html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
if
(
document
.
getElementsByTagName
(
"script"
)[
0
].
parentNode
.
tagName
.
toUpperCase
()
==
"HEAD"
)
document
.
write
(
"PASS"
)
else
document
.
write
(
"FAIL"
)
</script>