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