OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "LayoutInline A id='link'", | 10 "object": "LayoutInline A id='link'", |
11 "rect": [-1, -1, 802, 234], | 11 "rect": [-1, -1, 802, 234], |
12 "reason": "style change" | 12 "reason": "style change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow HTML", | |
16 "rect": [-1, -1, 801, 233], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow BODY", | |
21 "rect": [-1, -1, 801, 57], | |
22 "reason": "bounds change" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow (anonymous)", | 15 "object": "LayoutBlockFlow (anonymous)", |
26 "rect": [-1, -1, 801, 21], | 16 "rect": [-1, -1, 801, 21], |
27 "reason": "bounds change" | 17 "reason": "invalidate paint rectangle" |
28 }, | 18 }, |
29 { | 19 { |
30 "object": "LayoutBlockFlow P", | 20 "object": "LayoutBlockFlow P", |
31 "rect": [0, 36, 800, 19], | 21 "rect": [0, 36, 800, 19], |
32 "reason": "invalidate paint rectangle" | 22 "reason": "invalidate paint rectangle" |
33 }, | 23 }, |
34 { | 24 { |
35 "object": "InlineFlowBox", | 25 "object": "InlineFlowBox", |
36 "reason": "full" | 26 "reason": "full" |
37 }, | 27 }, |
(...skipping 13 matching lines...) Expand all Loading... |
51 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get
their outline painted'", | 41 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get
their outline painted'", |
52 "reason": "full" | 42 "reason": "full" |
53 }, | 43 }, |
54 { | 44 { |
55 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
56 "reason": "full" | 46 "reason": "full" |
57 }, | 47 }, |
58 { | 48 { |
59 "object": "RootInlineBox", | 49 "object": "RootInlineBox", |
60 "reason": "full" | 50 "reason": "full" |
61 }, | |
62 { | |
63 "object": "RootInlineBox", | |
64 "reason": "full" | |
65 } | 51 } |
66 ] | 52 ] |
67 } | 53 } |
68 ] | 54 ] |
69 } | 55 } |
70 | 56 |
OLD | NEW |