1 This test verifies that acquiring the 'style' attribute via a DOM Attr node still works correctly after the inline style has been modified through the CSSOM API.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS styleAttr.value is 'background-color: white;'
7 PASS styleAttr.value is 'background-color: green;'
8 PASS oldStyleAttr.value is 'background-color: red;'
9 PASS successfullyParsed is true