| OLD | NEW |
| 1 CONSOLE MESSAGE: line 39: { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
| 11 "rect": [0, 0, 102, 102], |
| 12 "reason": "style change" |
| 13 } |
| 14 ] |
| 15 } |
| 16 ], |
| 17 "objectPaintInvalidations": [ |
| 18 { |
| 19 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
| 20 "reason": "style change" |
| 21 } |
| 22 ] |
| 23 } |
| 24 |
| 1 Tests whether a repaint rect encompasses box-shadow with subpixel offset when th
e shadow changes. | 25 Tests whether a repaint rect encompasses box-shadow with subpixel offset when th
e shadow changes. |
| 2 | 26 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 28 |
| 5 | 29 |
| 6 FAIL Unexpected error: Uncaught TypeError: Cannot read property 'some' of undefi
ned | 30 FAIL Subpixel shadow [1.4,1.4,100,100] was not repainted. Repaint rects were [{"
object":"LayoutBlockFlow (positioned) DIV id='box'","rect":[0,0,102,102],"reason
":"style change"}]. |
| 7 FAIL successfullyParsed should be true. Was false. | 31 PASS successfullyParsed is true |
| 8 | 32 |
| 9 TEST COMPLETE | 33 TEST COMPLETE |
| 10 | 34 |
| OLD | NEW |