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

Unified Diff: LayoutTests/fast/dom/Text/replaceWholeText-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/replaceWholeText-expected.txt
diff --git a/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt b/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
deleted file mode 100644
index 8301ec6ba47a0c64c2cd1f5d937add3500cc6a89..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Test wholeText and replaceWholeText
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS textB.wholeText is 'AB'
-PASS para.textContent is 'ABC'
-PASS textB.wholeText is 'XYZ'
-PASS para.textContent is 'XYZC'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698