Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
http
/
tests
/
history
/
resources
/
push-state-in-grandchild-grandchild.html
blob: 96ac2cac30605aaa24b7deb8d9b68c0988e52f50 [
file
] [
log
] [
blame
]
<script>
window
.
onload
=
setTimeout
(
function
()
{
history
.
pushState
(
"pushState"
,
""
,
"#pushState"
);
top
.
continueTest
();
},
0
);
</script>