Index: LayoutTests/fast/dom/Window/Location/resources/pass.html |
diff --git a/LayoutTests/fast/dom/Window/Location/resources/pass.html b/LayoutTests/fast/dom/Window/Location/resources/pass.html |
index ebf25c2af5dee18f13c060f6f92faf93181f1f17..423cd2faccff7b91b488d2bdba06b699dfa36a32 100644 |
--- a/LayoutTests/fast/dom/Window/Location/resources/pass.html |
+++ b/LayoutTests/fast/dom/Window/Location/resources/pass.html |
@@ -1,5 +1,12 @@ |
<html> |
-<body> |
+<head> |
+<script> |
+function finishTest() { |
+ window.parent.postMessage("done", "*"); |
+} |
+</script> |
+</head> |
+<body onload="finishTest()"> |
<pre> |
PASS |
</pre> |