| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutGrid DIV id='container'", | |
| 13 "rect": [0, 52, 200, 300], | |
| 14 "reason": "style change" | |
| 15 }, | |
| 16 { | |
| 17 "object": "LayoutBlockFlow DIV class='item'", | 12 "object": "LayoutBlockFlow DIV class='item'", |
| 18 "rect": [0, 302, 200, 50], | 13 "rect": [0, 302, 200, 50], |
| 19 "reason": "bounds change" | 14 "reason": "bounds change" |
| 20 }, | 15 }, |
| 21 { | 16 { |
| 22 "object": "LayoutBlockFlow DIV class='item'", | 17 "object": "LayoutBlockFlow DIV class='item'", |
| 23 "rect": [0, 252, 200, 50], | 18 "rect": [0, 252, 200, 50], |
| 24 "reason": "bounds change" | 19 "reason": "bounds change" |
| 25 }, | 20 }, |
| 26 { | 21 { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 41 { | 36 { |
| 42 "object": "LayoutBlockFlow DIV class='item'", | 37 "object": "LayoutBlockFlow DIV class='item'", |
| 43 "rect": [0, 52, 200, 50], | 38 "rect": [0, 52, 200, 50], |
| 44 "reason": "bounds change" | 39 "reason": "bounds change" |
| 45 } | 40 } |
| 46 ] | 41 ] |
| 47 } | 42 } |
| 48 ], | 43 ], |
| 49 "objectPaintInvalidations": [ | 44 "objectPaintInvalidations": [ |
| 50 { | 45 { |
| 51 "object": "LayoutGrid DIV id='container'", | |
| 52 "reason": "style change" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutBlockFlow DIV class='item'", | 46 "object": "LayoutBlockFlow DIV class='item'", |
| 56 "reason": "bounds change" | 47 "reason": "bounds change" |
| 57 }, | 48 }, |
| 58 { | 49 { |
| 59 "object": "LayoutBlockFlow DIV", | 50 "object": "LayoutBlockFlow DIV", |
| 60 "reason": "location change" | 51 "reason": "location change" |
| 61 }, | 52 }, |
| 62 { | 53 { |
| 63 "object": "LayoutBlockFlow DIV class='item'", | 54 "object": "LayoutBlockFlow DIV class='item'", |
| 64 "reason": "bounds change" | 55 "reason": "bounds change" |
| 65 }, | 56 }, |
| 66 { | 57 { |
| 67 "object": "LayoutBlockFlow DIV", | 58 "object": "LayoutBlockFlow DIV", |
| 68 "reason": "location change" | 59 "reason": "location change" |
| 69 }, | 60 }, |
| 70 { | 61 { |
| 71 "object": "LayoutBlockFlow DIV class='item'", | 62 "object": "LayoutBlockFlow DIV class='item'", |
| 72 "reason": "bounds change" | 63 "reason": "bounds change" |
| 73 }, | 64 }, |
| 74 { | 65 { |
| 75 "object": "LayoutBlockFlow DIV", | 66 "object": "LayoutBlockFlow DIV", |
| 76 "reason": "location change" | 67 "reason": "location change" |
| 77 } | 68 } |
| 78 ] | 69 ] |
| 79 } | 70 } |
| 80 | 71 |
| OLD | NEW |