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

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

Issue 146313006: Make arguments to insertAdjacent{Text,Element} non-optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/dynamic/insertAdjacentText.html ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
diff --git a/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
index b1b52dd0a997198c2eca8a80d288f83af1195373..bb7476d0888de3ec7e670b4ebd92bf2fff4763a8 100644
--- a/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
+++ b/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
@@ -1,4 +1,6 @@
Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentText' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentText' on 'Element': 2 arguments required, but only 0 present.
+Caught expected exception: TypeError: Failed to execute 'insertAdjacentText' on 'Element': 2 arguments required, but only 1 present.
1 (black) 2 (green) 3 (green) 4 (black)
PASS
« no previous file with comments | « LayoutTests/fast/dynamic/insertAdjacentText.html ('k') | Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698