Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
onerror-iframe.html
blob: 312fd12d3ad8102a5fe1b51703ec3cb001a74fc8 [
file
] [
log
] [
blame
]
<script>
function
handleLoad
()
{
window
.
parent
.
postMessage
(
"IFrameLoaded"
,
"*"
);
}
throw
"IframeException"
;
</script>
<body
onload
=
"
handleLoad
()
"
>
</body>