Sign in
webkit
/
WebKit
/
4a328e9e3c88f0bfc3237af647dba686fcdc0b68
/
.
/
LayoutTests
/
inspector
/
timeline
/
resources
/
timeline-iframe-data.html
blob: ffdaa211aa3e1bd8a8f60876d43921f0a75bac53 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
console
.
timeStamp
(
"SCRIPT TAG"
);
function
iframeOnload
()
{
console
.
log
(
"iframe loaded"
);
}
</script>
</head>
<body
onload
=
"
iframeOnload
()
"
>
<div>
Foo
</div>
</body>
</html>