Sign in
webkit
/
WebKit
/
efb1adaa833a8998834f6f9065e2e5ad3b4113ce
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
resources
/
navigated-window-prop-subframe1.html
blob: 05fc8a4582de1b966c7b335b9cdb340e62ffb787 [
file
] [
log
] [
blame
]
<script>
function
testFunction
()
{
try
{
var
s
=
location
.
href
+
history
.
length
;
}
catch
(
e
)
{
}
}
parent
.
testPhase1
();
</script>