Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
LayoutTests
/
fast
/
loader
/
resources
/
unschedule-relayout-after-unload-target.html
blob: fd1414a0feea2523b29d92b6e37983403d69d5b8 [
file
] [
log
] [
blame
]
<html>
<script>
window
.
setTimeout
(
function
()
{
document
.
body
.
innerHTML
=
'SUCCESS: Navigated'
;
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
},
0
);
</script>
</html>