| 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, 350, 350], | 11 "rect": [0, 0, 350, 350], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutTableSection TBODY", | 15 "object": "LayoutTableSection TBODY", |
| 16 "rect": [0, 0, 350, 350], | 16 "rect": [0, 0, 350, 350], |
| 17 "reason": "forced by layout" | 17 "reason": "geometry" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutTableCell (anonymous)", | 20 "object": "LayoutTableCell (anonymous)", |
| 21 "rect": [200, 200, 100, 100], | 21 "rect": [200, 200, 100, 100], |
| 22 "reason": "layoutObject insertion" | 22 "reason": "appeared" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutTableCell TD id='moveMe' class='fixed'", | 25 "object": "LayoutTableCell TD id='moveMe' class='fixed'", |
| 26 "rect": [200, 200, 100, 100], | 26 "rect": [200, 200, 100, 100], |
| 27 "reason": "layoutObject removal" | 27 "reason": "disappeared" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 30 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 31 "rect": [50, 200, 100, 100], | 31 "rect": [50, 200, 100, 100], |
| 32 "reason": "layoutObject insertion" | 32 "reason": "appeared" |
| 33 } | 33 } |
| 34 ] | 34 ] |
| 35 } | 35 } |
| 36 ], | 36 ], |
| 37 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 38 { | 38 { |
| 39 "object": "LayoutTableCell TD id='moveMe' class='fixed'", | 39 "object": "LayoutTableCell TD id='moveMe' class='fixed'", |
| 40 "reason": "layoutObject removal" | 40 "reason": "disappeared" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "LayoutTable (positioned) TABLE", | 43 "object": "LayoutTable (positioned) TABLE", |
| 44 "reason": "style change" | 44 "reason": "style change" |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "object": "LayoutTableSection TBODY", | 47 "object": "LayoutTableSection TBODY", |
| 48 "reason": "forced by layout" | 48 "reason": "geometry" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "object": "LayoutTableCell (anonymous)", | 51 "object": "LayoutTableCell (anonymous)", |
| 52 "reason": "layoutObject insertion" | 52 "reason": "appeared" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", | 55 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
| 56 "reason": "layoutObject insertion" | 56 "reason": "appeared" |
| 57 } | 57 } |
| 58 ] | 58 ] |
| 59 } | 59 } |
| 60 | 60 |
| OLD | NEW |