Sign in
webkit
/
WebKit
/
cd096af6c6240b3ceab5d977df03c24b8d5fa8d7
/
.
/
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>