Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Attr / update-attribute-node-no-crash-expected.txt
blobcde05ee735c86e9335c49d5ada39e7ad847367dc
1 Updating value of replaced attribute node
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS replaced = element.setAttributeNode(attr); replaced.name is "STYLE"
7 PASS replaced.value is "background-color: red"
8 PASS attr.name is "STYLE"
9 PASS attr.value is ""
10 PASS element.getAttribute('style') is ""
11 PASS element.getAttribute('StyLE') is ""
12 PASS attr.value = 'background-color: green'; attr.value is "background-color: green"
13 PASS element.getAttribute('stylE') is "background-color: green"
14 PASS successfullyParsed is true
16 TEST COMPLETE