| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 2016], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutTable (positioned) TABLE", | 10 "object": "LayoutTable (positioned) TABLE", |
| 13 "rect": [0, 0, 350, 350], | 11 "rect": [0, 0, 350, 350], |
| 14 "reason": "style change" | 12 "reason": "style change" |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 "object": "LayoutTableCell (anonymous)", | 51 "object": "LayoutTableCell (anonymous)", |
| 54 "reason": "layoutObject insertion" | 52 "reason": "layoutObject insertion" |
| 55 }, | 53 }, |
| 56 { | 54 { |
| 57 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 55 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 58 "reason": "layoutObject insertion" | 56 "reason": "layoutObject insertion" |
| 59 } | 57 } |
| 60 ] | 58 ] |
| 61 } | 59 } |
| 62 | 60 |
| OLD | NEW |