Sign in
webkit
/
WebKit
/
fbd7aecd32a54cc89151940f9061a558c9e21c21
/
.
/
LayoutTests
/
fast
/
dom
/
Document
/
resources
/
early-document-access-popup.html
blob: e983adae8ada92e3217e5e4b88889b4a070a26a4 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
test
()
{
if
(
document
.
body
.
getAttribute
(
'test'
)
==
'pass'
)
window
.
opener
.
pass
();
else
window
.
opener
.
fail
();
}
</script>
</head>
<body
onload
=
"
test
()
"
test
=
"pass"
></body>
</html>