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 "bounds": [1600, 585], | 6 "bounds": [1600, 585], |
6 "children": [ | 7 "children": [ |
7 { | 8 { |
| 9 "name": "LayoutView #document", |
8 "bounds": [1600, 585], | 10 "bounds": [1600, 585], |
9 "contentsOpaque": true, | 11 "contentsOpaque": true, |
10 "drawsContent": true, | 12 "drawsContent": true, |
11 "paintInvalidations": [ | 13 "paintInvalidations": [ |
12 { | 14 { |
13 "object": "LayoutView #document", | 15 "object": "LayoutView #document", |
14 "rect": [1300, 0, 300, 585], | 16 "rect": [1300, 0, 300, 585], |
15 "reason": "incremental" | 17 "reason": "incremental" |
16 }, | 18 }, |
17 { | 19 { |
(...skipping 16 matching lines...) Expand all Loading... |
34 "rect": [1200, 0, 100, 100], | 36 "rect": [1200, 0, 100, 100], |
35 "reason": "subtree" | 37 "reason": "subtree" |
36 }, | 38 }, |
37 { | 39 { |
38 "object": "LayoutBlockFlow DIV id='box'", | 40 "object": "LayoutBlockFlow DIV id='box'", |
39 "rect": [900, 0, 100, 100], | 41 "rect": [900, 0, 100, 100], |
40 "reason": "subtree" | 42 "reason": "subtree" |
41 } | 43 } |
42 ] | 44 ] |
43 } | 45 } |
| 46 ], |
| 47 "objectPaintInvalidations": [ |
| 48 { |
| 49 "object": "LayoutView #document", |
| 50 "reason": "incremental" |
| 51 }, |
| 52 { |
| 53 "object": "LayoutBlockFlow DIV id='box'", |
| 54 "reason": "subtree" |
| 55 }, |
| 56 { |
| 57 "object": "LayoutView #document", |
| 58 "reason": "incremental" |
| 59 }, |
| 60 { |
| 61 "object": "LayoutBlockFlow DIV id='box'", |
| 62 "reason": "subtree" |
| 63 } |
44 ] | 64 ] |
45 } | 65 } |
46 | 66 |
OLD | NEW |