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": [31, 42], | 33 "position": [31, 42], |
34 "transformOrigin": [17, 9], | 34 "transformOrigin": [17, 9], |
35 "bounds": [24, 17], | 35 "bounds": [24, 17], |
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": [17, 0], | 40 "position": [17, 0], |
41 "bounds": [0, 17], | |
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": [31, 42], | 45 "position": [31, 42], |
47 "bounds": [17, 17], | 46 "bounds": [17, 17], |
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 |