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

Unified Diff: LayoutTests/fast/dom/text-api-arguments-expected.txt

Issue 733943004: Remove Text.replaceWholeText() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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/dom/text-api-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/text-api-arguments-expected.txt b/LayoutTests/fast/dom/text-api-arguments-expected.txt
index 0ba3d739816dd57fd97e09caf83fa0db7a3cc102..6a4f6940a534ddd5968559d3f5cc903ee159b951 100644
--- a/LayoutTests/fast/dom/text-api-arguments-expected.txt
+++ b/LayoutTests/fast/dom/text-api-arguments-expected.txt
@@ -15,16 +15,6 @@ PASS text.splitText(-1) threw exception IndexSizeError: Failed to execute 'split
PASS text.data is "abcd"
PASS text.splitText(-4294967294).data is "cd"
PASS text.data is "ab"
-PASS text.replaceWholeText('test') is text
-PASS text.data is "test"
-PASS text.replaceWholeText('') is null
-PASS text.data is "test"
-PASS text.replaceWholeText() threw exception TypeError: Failed to execute 'replaceWholeText' on 'Text': 1 argument required, but only 0 present..
-PASS text.data is "test"
-PASS text.replaceWholeText(null) is text
-PASS text.data is "null"
-PASS text.replaceWholeText(undefined) is text
-PASS text.data is "undefined"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698