Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
slow-notify-done.php
blob: 1df013efd5d056250157d3f476b958f19caa90f0 [
file
] [
edit
]
<?
php
usleep
(
100000
);
?>
DONE!
<script>
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>