Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Text / text-should-not-have-attributes-expected.txt
blob4c0ff63bc827dde087837ea1ef2eac7b01ed4017
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
11 TEST COMPLETE