Sign in
webkit
/
WebKit
/
ba0d09fac6864c3e2592d8655cd81bfa79de31a6
/
.
/
LayoutTests
/
fast
/
dom
/
navigation-type-reload.html
blob: 39eb6b72b23ae642d889c7e53c2759142cf0229f [
file
] [
log
] [
blame
]
<script>
var
RELOAD
=
1
;
testRunner
.
dumpAsText
();
testRunner
.
queueLoad
(
"resources/navigation-type-matches-querystring.html?"
+
RELOAD
);
testRunner
.
queueReload
();
</script>