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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' o n 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'after Begin', 'beforeEnd', or 'afterEnd'. 1 Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentHTML' o n 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegi n', 'beforeEnd', or 'afterEnd'.
2 Caught expected exception: NoModificationAllowedError: Failed to execute 'insert AdjacentHTML' on 'HTMLElement': The element has no parent. 2 Caught expected exception: NoModificationAllowedError: Failed to execute 'insert AdjacentHTML' on 'Element': The element has no parent.
3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 0 present. 3 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 0 present.
4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'HTMLElement': 2 arguments required, but only 1 present. 4 Caught expected exception: TypeError: Failed to execute 'insertAdjacentHTML' on 'Element': 2 arguments required, but only 1 present.
5 1 (black) 2 (green) 3 (green) 4 (black) 5 1 (black) 2 (green) 3 (green) 4 (black)
6 6
7 PASS 7 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698