| 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 "name": "Content Root Layer", |
| 6 "bounds": [1600, 585], | 6 "bounds": [1600, 585], |
| 7 "children": [ | 7 "children": [ |
| 8 { | 8 { |
| 9 "name": "LayoutView #document", | 9 "name": "LayoutView #document", |
| 10 "bounds": [1600, 585], | 10 "bounds": [1600, 585], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "object": "LayoutView #document", | 57 "object": "LayoutView #document", |
| 58 "reason": "incremental" | 58 "reason": "incremental" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "LayoutBlockFlow DIV id='box'", | 61 "object": "LayoutBlockFlow DIV id='box'", |
| 62 "reason": "subtree" | 62 "reason": "subtree" |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 | 66 |
| OLD | NEW |