| 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": [0, 100, 100, 100], | 21 "rect": [0, 100, 100, 100], |
| 27 "reason": "layoutObject insertion" | 22 "reason": "layoutObject insertion" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 51 "object": "LayoutTableCell (anonymous)", | 46 "object": "LayoutTableCell (anonymous)", |
| 52 "reason": "layoutObject insertion" | 47 "reason": "layoutObject insertion" |
| 53 }, | 48 }, |
| 54 { | 49 { |
| 55 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 50 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 56 "reason": "layoutObject insertion" | 51 "reason": "layoutObject insertion" |
| 57 } | 52 } |
| 58 ] | 53 ] |
| 59 } | 54 } |
| 60 | 55 |
| OLD | NEW |