Sign in
webkit
/
WebKit
/
4a328e9e3c88f0bfc3237af647dba686fcdc0b68
/
.
/
LayoutTests
/
http
/
tests
/
inspector
/
resources
/
har-pages-iframe.html
blob: f362a85d25239ca7c59657742448ac8881643979 [
file
] [
log
] [
blame
]
<html>
<head>
<script
type
=
"text/javascript"
>
function
redirectBack
()
{
top
.
location
.
href
=
"/inspector/resource-har-pages.html"
;
}
</script>
</head>
<body
onload
=
"
redirectBack
()
"
>
<script
src
=
"source1.js"
></script>
</body>
</html>