| 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'", | |
| 21 "rect": [100, 100, 100, 100], | |
| 22 "reason": "layoutObject insertion" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutTableCell (anonymous)", | 15 "object": "LayoutTableCell (anonymous)", |
| 26 "rect": [100, 100, 100, 100], | 16 "rect": [100, 100, 100, 100], |
| 27 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 28 }, | 18 }, |
| 29 { | 19 { |
| 30 "object": "LayoutTableCell TD id='moveMe' class='fixed'", | 20 "object": "LayoutTableCell TD id='moveMe' class='fixed'", |
| 31 "rect": [100, 100, 100, 100], | 21 "rect": [100, 100, 100, 100], |
| 32 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
| 33 }, | 23 }, |
| 34 { | 24 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 59 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 70 "reason": "layoutObject insertion" | 60 "reason": "layoutObject insertion" |
| 71 }, | 61 }, |
| 72 { | 62 { |
| 73 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", | 63 "object": "LayoutBlockFlow (relative positioned) DIV class='green'", |
| 74 "reason": "layoutObject insertion" | 64 "reason": "layoutObject insertion" |
| 75 } | 65 } |
| 76 ] | 66 ] |
| 77 } | 67 } |
| 78 | 68 |
| OLD | NEW |