Index: LayoutTests/fast/events/resources/conclude-test-in-parent.html |
diff --git a/LayoutTests/fast/dom/Window/resources/opened-window.html b/LayoutTests/fast/events/resources/conclude-test-in-parent.html |
similarity index 84% |
copy from LayoutTests/fast/dom/Window/resources/opened-window.html |
copy to LayoutTests/fast/events/resources/conclude-test-in-parent.html |
index a198e84d0025dca68d70db89e208fa09f3f505fb..6900ce3553ddb856a6190c2fb13f5978296f28cd 100644 |
--- a/LayoutTests/fast/dom/Window/resources/opened-window.html |
+++ b/LayoutTests/fast/events/resources/conclude-test-in-parent.html |
@@ -1,3 +1,4 @@ |
+<!DOCTYPE html> |
<html> |
<body onload="window.opener.concludeTest()"> |
Opened Window |