| 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 "bounds": [1600, 585], | 5 "bounds": [1600, 585], |
| 6 "children": [ | 6 "children": [ |
| 7 { | 7 { |
| 8 "bounds": [1600, 585], | 8 "bounds": [1600, 585], |
| 9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
| 10 "drawsContent": true, | 10 "drawsContent": true, |
| 11 "paintInvalidations": [ | 11 "paintInvalidations": [ |
| 12 { | 12 { |
| 13 "object": "LayoutView #document", |
| 14 "rect": [1300, 0, 300, 585], |
| 15 "reason": "incremental" |
| 16 }, |
| 17 { |
| 18 "object": "LayoutView #document", |
| 19 "rect": [1000, 0, 300, 585], |
| 20 "reason": "incremental" |
| 21 }, |
| 22 { |
| 13 "object": "LayoutBlockFlow DIV id='box'", | 23 "object": "LayoutBlockFlow DIV id='box'", |
| 14 "rect": [1500, 0, 100, 100], | 24 "rect": [1500, 0, 100, 100], |
| 15 "reason": "subtree" | 25 "reason": "subtree" |
| 16 }, | 26 }, |
| 17 { | 27 { |
| 18 "object": "LayoutBlockFlow DIV id='box'", | 28 "object": "LayoutBlockFlow DIV id='box'", |
| 19 "rect": [1200, 0, 100, 100], | 29 "rect": [1200, 0, 100, 100], |
| 20 "reason": "subtree" | 30 "reason": "subtree" |
| 21 }, | 31 }, |
| 22 { | 32 { |
| 23 "object": "LayoutBlockFlow DIV id='box'", | 33 "object": "LayoutBlockFlow DIV id='box'", |
| 24 "rect": [1200, 0, 100, 100], | 34 "rect": [1200, 0, 100, 100], |
| 25 "reason": "subtree" | 35 "reason": "subtree" |
| 26 }, | 36 }, |
| 27 { | 37 { |
| 28 "object": "LayoutBlockFlow DIV id='box'", | 38 "object": "LayoutBlockFlow DIV id='box'", |
| 29 "rect": [900, 0, 100, 100], | 39 "rect": [900, 0, 100, 100], |
| 30 "reason": "subtree" | 40 "reason": "subtree" |
| 31 } | 41 } |
| 32 ] | 42 ] |
| 33 } | 43 } |
| 34 ] | 44 ] |
| 35 } | 45 } |
| 36 | 46 |
| OLD | NEW |