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

Unified Diff: LayoutTests/fast/dynamic/insertAdjacentHTML-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/dynamic/insertAdjacentHTML-expected.txt
diff --git a/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
index a8053e61b3a50c9c2a4df8089db3198f53957789..c61714a5694d56eb804ddbd66f0d63f6793acb2a 100644
--- a/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
+++ b/LayoutTests/fast/dynamic/insertAdjacentHTML-expected.txt
@@ -1,7 +1,7 @@
-Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
-Caught expected exception: NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': The element has no parent.
-Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 0 present.
-Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 1 present.
+Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
+Caught expected exception: NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 0 present.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 1 present.
1 (black) 2 (green) 3 (green) 4 (black)
PASS

Powered by Google App Engine
This is Rietveld 408576698