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