Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: LayoutTests/fast/events/resources/conclude-test-in-parent.html

Issue 240343002: Track event handlers on windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed assertions not to go through the document. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698