Sign in
webkit
/
WebKit
/
7f9874890985133e41b8596da57b25ed06c3cdf0
/
.
/
LayoutTests
/
fast
/
frames
/
set-unloaded-frame-location.html
blob: 8081bb86e2fa3bc460ccd3fce28a3ff2e215133b [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
</script>
<frameset
cols
=
"50%, *"
>
<frame
src
=
"resources/set-unloaded-frame-location-1.html"
>
<frame
src
=
""
name
=
"frame2"
>
</frameset>
</html>