| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutBlockFlow (positioned) UL id='submenu'", | 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
| 13 "rect": [48, 94, 40, 20], | 11 "rect": [48, 94, 40, 20], |
| 14 "reason": "bounds change" | 12 "reason": "bounds change" |
| 15 }, | 13 }, |
| 16 { | 14 { |
| 17 "object": "LayoutBlockFlow (positioned) UL id='submenu'", | 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
| 18 "rect": [48, -156, 40, 20], | 16 "rect": [48, -156, 40, 20], |
| 19 "reason": "bounds change" | 17 "reason": "bounds change" |
| 20 } | 18 } |
| 21 ], | 19 ] |
| 22 "children": [ | 20 }, |
| 21 { |
| 22 "name": "LayoutListItem (floating) LI id='watches'", |
| 23 "position": [30, 44], |
| 24 "transformOrigin": [18, 10], |
| 25 "bounds": [25, 19], |
| 26 "drawsContent": true |
| 27 }, |
| 28 { |
| 29 "name": "LayoutInline (relative positioned) SPAN id='placeholder'", |
| 30 "position": [18, 0], |
| 31 "bounds": [0, 19], |
| 32 "backfaceVisibility": "hidden" |
| 33 }, |
| 34 { |
| 35 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", |
| 36 "position": [30, 44], |
| 37 "bounds": [18, 19], |
| 38 "drawsContent": true, |
| 39 "paintInvalidations": [ |
| 23 { | 40 { |
| 24 "name": "LayoutListItem (floating) LI id='watches'", | 41 "object": "LayoutListMarker (anonymous)", |
| 25 "position": [30, 44], | 42 "rect": [0, 0, 7, 19], |
| 26 "transformOrigin": [18, 10], | 43 "reason": "forced by layout" |
| 27 "bounds": [25, 19], | |
| 28 "drawsContent": true, | |
| 29 "children": [ | |
| 30 { | |
| 31 "name": "LayoutInline (relative positioned) SPAN id='placeholder'"
, | |
| 32 "position": [18, 0], | |
| 33 "bounds": [0, 19], | |
| 34 "backfaceVisibility": "hidden" | |
| 35 } | |
| 36 ] | |
| 37 }, | |
| 38 { | |
| 39 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'"
, | |
| 40 "position": [30, 44], | |
| 41 "bounds": [18, 19], | |
| 42 "drawsContent": true, | |
| 43 "paintInvalidations": [ | |
| 44 { | |
| 45 "object": "LayoutListMarker (anonymous)", | |
| 46 "rect": [0, 0, 7, 19], | |
| 47 "reason": "forced by layout" | |
| 48 } | |
| 49 ] | |
| 50 } | 44 } |
| 51 ] | 45 ] |
| 52 } | 46 } |
| 53 ], | 47 ], |
| 54 "objectPaintInvalidations": [ | 48 "objectPaintInvalidations": [ |
| 55 { | 49 { |
| 56 "object": "LayoutListMarker (anonymous)", | 50 "object": "LayoutListMarker (anonymous)", |
| 57 "reason": "forced by layout" | 51 "reason": "forced by layout" |
| 58 }, | 52 }, |
| 59 { | 53 { |
| 60 "object": "LayoutBlockFlow (positioned) UL id='submenu'", | 54 "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
| 61 "reason": "bounds change" | 55 "reason": "bounds change" |
| 62 }, | 56 }, |
| 63 { | 57 { |
| 64 "object": "LayoutListItem LI", | 58 "object": "LayoutListItem LI", |
| 65 "reason": "location change" | 59 "reason": "location change" |
| 66 }, | 60 }, |
| 67 { | 61 { |
| 68 "object": "RootInlineBox", | 62 "object": "RootInlineBox", |
| 69 "reason": "location change" | 63 "reason": "location change" |
| 70 }, | 64 }, |
| 71 { | 65 { |
| 72 "object": "LayoutListMarker (anonymous)", | 66 "object": "LayoutListMarker (anonymous)", |
| 73 "reason": "location change" | 67 "reason": "location change" |
| 74 } | 68 } |
| 75 ] | 69 ] |
| 76 } | 70 } |
| 77 | 71 |
| OLD | NEW |