Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
webarchive
/
loading
/
object.html
blob: 3bed33c0ebd33229e52beac89d07b8230d05d62b [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
if
(
window
.
internals
)
internals
.
setAlwaysAllowLocalWebarchive
(
true
);
window
.
location
=
"resources/object.webarchive"
;
</script>