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

Unified Diff: LayoutTests/fast/dom/HTMLScriptElement/script-moving-from-non-contextdoc.html

Issue 913473002: Testing a fix to crbug.com/456059. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: refactored Created 5 years, 10 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/dom/HTMLScriptElement/script-moving-from-non-contextdoc.html
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html b/LayoutTests/fast/dom/HTMLScriptElement/script-moving-from-non-contextdoc.html
similarity index 67%
copy from LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
copy to LayoutTests/fast/dom/HTMLScriptElement/script-moving-from-non-contextdoc.html
index 78e41261c47c18e5e7f24fb40e752ba3baff16b8..a44ed3f84fdb28a50695a146522e3972702556d5 100644
--- a/LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
+++ b/LayoutTests/fast/dom/HTMLScriptElement/script-moving-from-non-contextdoc.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
-<iframe src=resources/append-child-adopt-node-frame.html></iframe>
-<iframe src=resources/append-child-adopt-node-frame.svg></iframe>
+<iframe src=resources/move-back-from-non-contextdoc.html></iframe>
+<iframe src=resources/move-from-non-contextdoc-to-iframe.html></iframe>
+<iframe src=resources/move-back-from-non-contextdoc.svg></iframe>
<script>
testRunner.waitUntilDone();
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698