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

Side by Side Diff: LayoutTests/fast/dynamic/insertAdjacentElement-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 unified diff | Download patch
OLDNEW
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement ' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterB egin', 'beforeEnd', or 'afterEnd'. 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement ' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterB egin', 'beforeEnd', or 'afterEnd'.
2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': The node provided is null. 2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': The node provided is null.
3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 1 present.
4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'Element': 2 arguments required, but only 0 present.
3 1 (black) 2 (green) 3 (green) 4 (black) 5 1 (black) 2 (green) 3 (green) 4 (black)
4 6
5 PASS 7 PASS
OLDNEW
« no previous file with comments | « LayoutTests/fast/dynamic/insertAdjacentElement.html ('k') | LayoutTests/fast/dynamic/insertAdjacentHTML.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698