summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Text/replaceWholeText-expected.txt')
-rw-r--r--LayoutTests/fast/dom/Text/replaceWholeText-expected.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt b/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
new file mode 100644
index 0000000..8301ec6
--- /dev/null
+++ b/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
@@ -0,0 +1,13 @@
+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
+