Sign in
webkit
/
WebKit
/
44b42e43df7b445ca396546f504feb2128538221
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
form-submission-before-load-page2.html
blob: cb48b678ff8e1ef18359b282de72383eb93a0601 [
file
] [
log
] [
blame
]
<script>
onload
=
function
()
{
setTimeout
(
function
()
{
location
=
'form-submission-before-load-page3.html'
;
},
0
);
}
</script>