| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='content'", | 12 "object": "LayoutBlockFlow DIV id='content'", |
| 11 "rect": [8, 116, 200, 252], | 13 "rect": [8, 116, 200, 252], |
| 12 "reason": "style change" | 14 "reason": "style change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 41 "rect": [13, 121, 190, 351], | 43 "rect": [13, 121, 190, 351], |
| 42 "reason": "bounds change" | 44 "reason": "bounds change" |
| 43 }, | 45 }, |
| 44 { | 46 { |
| 45 "object": "LayoutBlockFlow DIV", | 47 "object": "LayoutBlockFlow DIV", |
| 46 "rect": [13, 218, 190, 350], | 48 "rect": [13, 218, 190, 350], |
| 47 "reason": "bounds change" | 49 "reason": "bounds change" |
| 48 } | 50 } |
| 49 ] | 51 ] |
| 50 } | 52 } |
| 53 ], |
| 54 "objectPaintInvalidations": [ |
| 55 { |
| 56 "object": "LayoutBlockFlow DIV id='left'", |
| 57 "reason": "incremental" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutBlockFlow DIV id='content'", |
| 61 "reason": "style change" |
| 62 }, |
| 63 { |
| 64 "object": "LayoutBlockFlow DIV", |
| 65 "reason": "bounds change" |
| 66 }, |
| 67 { |
| 68 "object": "LayoutBlockFlow DIV id='left'", |
| 69 "reason": "incremental" |
| 70 }, |
| 71 { |
| 72 "object": "LayoutBlockFlow DIV id='content'", |
| 73 "reason": "style change" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutBlockFlow DIV", |
| 77 "reason": "bounds change" |
| 78 } |
| 51 ] | 79 ] |
| 52 } | 80 } |
| 53 | 81 |
| OLD | NEW |