Sign in
webkit
/
WebKit
/
5d02745b8400f22c08ff07eebb5126f6409ceb61
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-for-history-get-test.html
blob: 29c9de745d7a916d38da489c2b6e30862e80b570 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
history
.
existingCustomProperty
=
1
;
window
.
history
.
__proto__
.
prototypeCustomProperty
=
1
;
window
.
onload
=
function
()
{
if
(
window
.
testRunner
)
testRunner
.
globalFlag
=
true
;
}
</script>
</head>
<body>
</body>
</html>