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

Unified Diff: LayoutTests/fast/dynamic/insertAdjacentText-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/insertAdjacentText-expected.txt
diff --git a/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt b/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
index 61513df9b50910a3668ef95094d8ec935f5d626d..b1b52dd0a997198c2eca8a80d288f83af1195373 100644
--- a/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
+++ b/LayoutTests/fast/dynamic/insertAdjacentText-expected.txt
@@ -1,4 +1,4 @@
-Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentText' on 'HTMLElement': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
+Caught expected exception: SyntaxError: Failed to execute 'insertAdjacentText' on 'Element': The value provided ('blah') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'.
1 (black) 2 (green) 3 (green) 4 (black)
PASS

Powered by Google App Engine
This is Rietveld 408576698