| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutTable TABLE", | 10 "object": "LayoutTable TABLE", |
| 11 "rect": [8, 59, 120, 5], | 11 "rect": [8, 59, 120, 5], |
| 12 "reason": "incremental" | 12 "reason": "incremental" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutTable TABLE", | |
| 16 "rect": [8, 62, 120, 2], | |
| 17 "reason": "incremental" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutTableCell TD", | 15 "object": "LayoutTableCell TD", |
| 21 "rect": [64, 8, 64, 56], | 16 "rect": [64, 8, 64, 56], |
| 22 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutTable TABLE", | 20 "object": "LayoutTable TABLE", |
| 26 "rect": [65, 8, 63, 56], | 21 "rect": [65, 8, 63, 56], |
| 27 "reason": "incremental" | 22 "reason": "incremental" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 30 "object": "LayoutTableCell TD", | 25 "object": "LayoutTableCell TD", |
| 31 "rect": [8, 8, 62, 56], | 26 "rect": [8, 8, 62, 56], |
| 32 "reason": "location change" | 27 "reason": "location change" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutTable TABLE", | |
| 36 "rect": [68, 8, 60, 56], | |
| 37 "reason": "incremental" | |
| 38 } | 28 } |
| 39 ] | 29 ] |
| 40 } | 30 } |
| 41 ], | 31 ], |
| 42 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
| 43 { | 33 { |
| 44 "object": "LayoutTableCell TD", | 34 "object": "LayoutTableCell TD", |
| 45 "reason": "style change" | 35 "reason": "style change" |
| 46 }, | 36 }, |
| 47 { | 37 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 60 "object": "LayoutTableCell TD", | 50 "object": "LayoutTableCell TD", |
| 61 "reason": "location change" | 51 "reason": "location change" |
| 62 }, | 52 }, |
| 63 { | 53 { |
| 64 "object": "LayoutTableCell TD", | 54 "object": "LayoutTableCell TD", |
| 65 "reason": "layoutObject insertion" | 55 "reason": "layoutObject insertion" |
| 66 } | 56 } |
| 67 ] | 57 ] |
| 68 } | 58 } |
| 69 | 59 |
| OLD | NEW |