| OLD | NEW |
| 1 CONSOLE MESSAGE: line 14: color: [CSSStyleValue=rgb(255, 0, 0)] | 1 CONSOLE MESSAGE: line 14: color: [CSSStyleValue=rgb(255, 0, 0)] |
| 2 CONSOLE MESSAGE: line 14: line-height: [CSSSimpleLength=2px] | 2 CONSOLE MESSAGE: line 14: line-height: [CSSSimpleLength=2px] |
| 3 Foo | 3 Foo |
| 4 This tests the style information in the paint callback. | 4 This tests the style information in the paint callback. |
| 5 | 5 |
| 6 See the devtools console for test output. The console should log: | 6 See the devtools console for test output. The console should log: |
| 7 | 7 |
| 8 color: [CSSStyleValue=rgb(255, 0, 0)] | 8 color: [CSSStyleValue=rgb(255, 0, 0)] |
| 9 line-height: [CSSSimpleLength=2px] | 9 line-height: [CSSSimpleLength=2px] |
| 10 | 10 |
| OLD | NEW |