blob: 7dd0b18033f79103efb1347963f8a693c46029fc [file] [log] [blame]
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.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS styleAttr.value is 'background-color: white;'
PASS styleAttr.value is 'background-color: green;'
PASS oldStyleAttr.value is 'background-color: red;'
PASS successfullyParsed is true
TEST COMPLETE