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