Index: LayoutTests/fast/dom/Window/window-open-no-multiple-windows-from-iframe.html |
diff --git a/LayoutTests/fast/dom/Window/window-open-no-multiple-windows-from-iframe.html b/LayoutTests/fast/dom/Window/window-open-no-multiple-windows-from-iframe.html |
index ed24c2dd896391fe1a428ddfc4c3852c39b0523b..f63facf4f7b351f4f1d3c2e6fa8a18d7c50838d1 100644 |
--- a/LayoutTests/fast/dom/Window/window-open-no-multiple-windows-from-iframe.html |
+++ b/LayoutTests/fast/dom/Window/window-open-no-multiple-windows-from-iframe.html |
@@ -12,8 +12,10 @@ if (window.testRunner) { |
function opened(result) { |
// Called by the embedded iframe. |
- if (result == window) |
+ if (result == window) { |
document.writeln("PASS"); |
+ document.close(); |
+ } |
if (window.testRunner) |
testRunner.notifyDone(); |