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

Unified Diff: LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html

Issue 274213003: HTML Imports: Make sure new imports being added to the "first child" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ready to review 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/http/tests/htmlimports/resources/normalize-child-3.html
diff --git a/LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt b/LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
similarity index 50%
copy from LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt
copy to LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
index 565939307f874283195a9cc2def380b8a7cb561f..4daab6858c398e054f1ca288d1053f9a9c407cb4 100644
--- a/LayoutTests/fast/dom/Window/setting-properties-on-closed-window-expected.txt
+++ b/LayoutTests/http/tests/htmlimports/resources/normalize-child-3.html
@@ -1,3 +1,5 @@
-This tests that setting properties on a closed window object does not crash.
+<link rel="import" href="normalize-child-4.html">
+<script>
+recordImported();
+</script>
-SUCCESS - Didn't crash

Powered by Google App Engine
This is Rietveld 408576698