Sign in
webkit
/
WebKit
/
76a8f7c08111492deadce85b92a6e5bae1da2a4b
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-for-DOMImplementation-test.html
blob: 944486a4e5b235e2a8ede64fd137767cd2a870b3 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
onload
=
function
()
{
document
.
implementation
.
foo
=
"FAIL"
;
window
.
parent
.
postMessage
(
"test"
,
"*"
);
}
</script>
</head>
<body>
</body>
</html>