| OLD | NEW |
| 1 This test checks that changing the transform on an element triggers a correct in
validation. | 1 This test checks that changing the transform on an element triggers a correct in
validation. |
| 2 The paint invalidations below should match the transformed element's coordinates
. | 2 The paint invalidations below should match the transformed element's coordinates
. |
| 3 Tested locations: 1200,1500 | 3 Tested locations: 1200,1500 |
| 4 { | 4 { |
| 5 "name": "Content Root Layer", | 5 "layers": [ |
| 6 "bounds": [1600, 585], | |
| 7 "children": [ | |
| 8 { | 6 { |
| 9 "name": "LayoutView #document", | 7 "name": "LayoutView #document", |
| 10 "bounds": [1600, 585], | 8 "bounds": [1600, 585], |
| 11 "contentsOpaque": true, | 9 "contentsOpaque": true, |
| 12 "drawsContent": true, | 10 "drawsContent": true, |
| 13 "paintInvalidations": [ | 11 "paintInvalidations": [ |
| 14 { | 12 { |
| 15 "object": "LayoutView #document", | 13 "object": "LayoutView #document", |
| 16 "rect": [1300, 0, 300, 585], | 14 "rect": [1300, 0, 300, 585], |
| 17 "reason": "incremental" | 15 "reason": "incremental" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "object": "LayoutView #document", | 55 "object": "LayoutView #document", |
| 58 "reason": "incremental" | 56 "reason": "incremental" |
| 59 }, | 57 }, |
| 60 { | 58 { |
| 61 "object": "LayoutBlockFlow DIV id='box'", | 59 "object": "LayoutBlockFlow DIV id='box'", |
| 62 "reason": "subtree" | 60 "reason": "subtree" |
| 63 } | 61 } |
| 64 ] | 62 ] |
| 65 } | 63 } |
| 66 | 64 |
| OLD | NEW |