haikuwebkit/LayoutTests/fast/dom/br-set-outerText-expected.txt

13 lines
295 B
Plaintext

Tests that br.outerText does not throw
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS br.outerText = 'PASS'; did not throw exception.
PASS br.parentNode is null
PASS target.firstChild.data is "PASS"
PASS successfullyParsed is true
TEST COMPLETE
PASS