Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
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>