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

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

Issue 147993006: Move insertAdjacentElement/insertAdjacentText to Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: olc chunk mismatch 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
Index: LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
diff --git a/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt
index babbf3024a40c877dac71405bd26af218e1c8805..d907ca294be82c451d7c953bd216476136ba0de7 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 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
-Caught expected exception: TypeError: Failed to execute 'insertAdjacentElement' on 'HTMLElement': The node provided is null.
+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.
1 (black) 2 (green) 3 (green) 4 (black)
PASS
« no previous file with comments | « LayoutTests/fast/dynamic/insertAdjacent-svg-expected.txt ('k') | LayoutTests/fast/dynamic/insertAdjacentHTML-svg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698