summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Text/replaceWholeText-expected.txt
blob: 8301ec6ba47a0c64c2cd1f5d937add3500cc6a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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