Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / attr-style-too-lazy-expected.txt
blobb45dfc33cb90d2b4c35b401beb5aab4d159886c0
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
11 TEST COMPLETE