Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
webarchive
/
loading
/
test-loading-top-archive.html
blob: fd365c0a8dd5724f532ddff25fac876dc7fb50cb [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
waitUntilDone
();
testRunner
.
dumpAsText
();
}
if
(
window
.
internals
)
internals
.
setAlwaysAllowLocalWebarchive
(
true
);
window
.
location
=
"resources/top.webarchive"
;
</script>
</html>