1 This tests that Text nodes do no have attributes nor hasAttributes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Text.prototype.hasOwnProperty("hasAttributes") is false
7 PASS "hasAttributes" in text is false
8 PASS "attributes" in text is false
9 PASS successfullyParsed is true