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 P", | 10 "object": "LayoutBlockFlow P", |
11 "rect": [0, 36, 800, 20], | 11 "rect": [0, 36, 800, 20], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow (anonymous)", | 15 "object": "LayoutBlockFlow (anonymous)", |
16 "rect": [0, 0, 800, 20], | 16 "rect": [0, 0, 800, 20], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | |
21 "rect": [0, 36, 395, 19], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutInline A id='link'", | 20 "object": "LayoutInline A id='link'", |
26 "rect": [585, -1, 216, 234], | 21 "rect": [585, -1, 216, 234], |
27 "reason": "style change" | 22 "reason": "style change" |
28 }, | 23 }, |
29 { | 24 { |
30 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
31 "rect": [0, 0, 37, 19], | 26 "rect": [0, 0, 37, 19], |
32 "reason": "forced by layout" | 27 "reason": "forced by layout" |
33 } | 28 } |
34 ] | 29 ] |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 "object": "LayoutText #text", | 62 "object": "LayoutText #text", |
68 "reason": "forced by layout" | 63 "reason": "forced by layout" |
69 }, | 64 }, |
70 { | 65 { |
71 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the
ir outline painted'", | 66 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the
ir outline painted'", |
72 "reason": "forced by layout" | 67 "reason": "forced by layout" |
73 } | 68 } |
74 ] | 69 ] |
75 } | 70 } |
76 | 71 |
OLD | NEW |