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

Unified Diff: LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt

Issue 969363002: Add [TypeChecking=Interface] to Element interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
diff --git a/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
index 25a55c7bb9939b3505eb19554d1f4c6a546a7d67..718f43c043e61fbb36ec358d427b3b5be22c00c9 100644
--- a/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
+++ b/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
@@ -1,5 +1,5 @@
Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
-Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': The node provided is null.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': parameter 2 is not of type 'Element'.
Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 1 present.
Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 0 present.
1 (black) 2 (green) 3 (green) 4 (black)
« no previous file with comments | « LayoutTests/fast/dom/Element/attr-param-typechecking-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698