| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutTable (positioned) TABLE", | 10 "object": "LayoutTable (positioned) TABLE", |
| 11 "rect": [0, 0, 200, 200], | 11 "rect": [0, 0, 200, 200], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutTableSection TBODY", | |
| 16 "rect": [0, 0, 200, 200], | |
| 17 "reason": "forced by layout" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 15 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 21 "rect": [100, 100, 100, 100], | 16 "rect": [100, 100, 100, 100], |
| 22 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutTableCell (anonymous)", | 20 "object": "LayoutTableCell (anonymous)", |
| 26 "rect": [100, 100, 100, 100], | 21 "rect": [100, 100, 100, 100], |
| 27 "reason": "layoutObject insertion" | 22 "reason": "layoutObject insertion" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 64 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 70 "reason": "layoutObject insertion" | 65 "reason": "layoutObject insertion" |
| 71 }, | 66 }, |
| 72 { | 67 { |
| 73 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", | 68 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", |
| 74 "reason": "layoutObject insertion" | 69 "reason": "layoutObject insertion" |
| 75 } | 70 } |
| 76 ] | 71 ] |
| 77 } | 72 } |
| 78 | 73 |
| OLD | NEW |