Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
http
/
tests
/
resourceLoadStatistics
/
resources
/
iframe-report-back-loaded.html
blob: 75037464a89755f39ecc517a3d1abaf9b416689d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body
onload
=
"
reportBackLoadedToTopFrame
()
"
>
<script>
function
reportBackLoadedToTopFrame
()
{
top
.
postMessage
(
"PASS Frame loaded."
,
"http://127.0.0.1:8000"
);
}
</script>
</body>
</html>