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

Side by Side Diff: LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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 unified diff | Download patch
OLDNEW
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacent' on 'H TMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegi n', 'beforeEnd', or 'afterEnd'. 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentElement ' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'af terBegin', 'beforeEnd', or 'afterEnd'.
2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null. 2 Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null.
3 1 (black) 2 (green) 3 (green) 4 (black) 3 1 (black) 2 (green) 3 (green) 4 (black)
4 4
5 PASS 5 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698