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

Unified Diff: LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt

Issue 105693009: Move insertAdjacentHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Correct base. Should not include patches it depends on. Created 7 years 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/insertAdjacentHTML-DocumentFragment-crash-expected.txt
diff --git a/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt b/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt
index e754e29e0ff58e7fbe943dc3da1557bb51e9742e..d19ecd869c4fa8e7c5d26f84eae85cfaba53cca6 100644
--- a/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt
+++ b/LayoutTests/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt
@@ -1,2 +1,2 @@
-CONSOLE ERROR: line 9: Uncaught NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The element has no parent.
+CONSOLE ERROR: line 9: Uncaught NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent.
This test passes if it doesn't crash (or ASSERT).

Powered by Google App Engine
This is Rietveld 408576698