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"
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