summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/resources/notify-done.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/resources/notify-done.html')
-rw-r--r--LayoutTests/http/tests/resources/notify-done.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/resources/notify-done.html b/LayoutTests/http/tests/resources/notify-done.html
new file mode 100644
index 0000000..8d692ed
--- /dev/null
+++ b/LayoutTests/http/tests/resources/notify-done.html
@@ -0,0 +1,7 @@
+<script>
+function loaded() {
+ if (window.layoutTestController)
+ setTimeout("layoutTestController.notifyDone();", 0);
+}
+</script>
+<body onload="loaded();"></body>