| 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": "LayoutBlockFlow (positioned) UL id='submenu'", | 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 "name": "LayoutListItem (floating) LI id='watches'", | 32 "name": "LayoutListItem (floating) LI id='watches'", |
| 33 "position": [30, 44], | 33 "position": [30, 44], |
| 34 "transformOrigin": [18, 10], | 34 "transformOrigin": [18, 10], |
| 35 "bounds": [25, 19], | 35 "bounds": [25, 19], |
| 36 "drawsContent": true | 36 "drawsContent": true |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "LayoutInline (relative positioned) SPAN id='placeholder'", | 39 "name": "LayoutInline (relative positioned) SPAN id='placeholder'", |
| 40 "position": [18, 0], | 40 "position": [18, 0], |
| 41 "bounds": [0, 19], | |
| 42 "backfaceVisibility": "hidden" | 41 "backfaceVisibility": "hidden" |
| 43 }, | 42 }, |
| 44 { | 43 { |
| 45 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", | 44 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", |
| 46 "position": [30, 44], | 45 "position": [30, 44], |
| 47 "bounds": [18, 19], | 46 "bounds": [18, 19], |
| 48 "drawsContent": true, | 47 "drawsContent": true, |
| 49 "paintInvalidations": [ | 48 "paintInvalidations": [ |
| 50 { | 49 { |
| 51 "object": "LayoutListMarker (anonymous)", | 50 "object": "LayoutListMarker (anonymous)", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 72 "object": "RootInlineBox", | 71 "object": "RootInlineBox", |
| 73 "reason": "location change" | 72 "reason": "location change" |
| 74 }, | 73 }, |
| 75 { | 74 { |
| 76 "object": "LayoutListMarker (anonymous)", | 75 "object": "LayoutListMarker (anonymous)", |
| 77 "reason": "bounds change" | 76 "reason": "bounds change" |
| 78 } | 77 } |
| 79 ] | 78 ] |
| 80 } | 79 } |
| 81 | 80 |
| OLD | NEW |