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": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "rect": [0, 0, 0, 0], | 26 "rect": [0, 0, 0, 0], |
27 "reason": "full" | 27 "reason": "full" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get
their outline painted'", | 30 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get
their outline painted'", |
31 "rect": [0, 0, 0, 0], | 31 "rect": [0, 0, 0, 0], |
32 "reason": "full" | 32 "reason": "full" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutBlockFlow (anonymous)", | 35 "object": "LayoutBlockFlow (anonymous)", |
36 "rect": [0, 0, 800, 20], | |
37 "reason": "bounds change" | |
38 }, | |
39 { | |
40 "object": "LayoutBlockFlow (anonymous)", | |
41 "rect": [-1, -1, 801, 21], | 36 "rect": [-1, -1, 801, 21], |
42 "reason": "bounds change" | 37 "reason": "bounds change" |
43 }, | 38 }, |
44 { | 39 { |
45 "object": "LayoutBlockFlow BODY", | 40 "object": "LayoutBlockFlow BODY", |
46 "rect": [0, 0, 800, 56], | |
47 "reason": "bounds change" | |
48 }, | |
49 { | |
50 "object": "LayoutBlockFlow BODY", | |
51 "rect": [-1, -1, 801, 57], | 41 "rect": [-1, -1, 801, 57], |
52 "reason": "bounds change" | 42 "reason": "bounds change" |
53 }, | 43 }, |
54 { | 44 { |
55 "object": "LayoutBlockFlow HTML", | 45 "object": "LayoutBlockFlow HTML", |
56 "rect": [0, 0, 800, 232], | |
57 "reason": "bounds change" | |
58 }, | |
59 { | |
60 "object": "LayoutBlockFlow HTML", | |
61 "rect": [-1, -1, 801, 233], | 46 "rect": [-1, -1, 801, 233], |
62 "reason": "bounds change" | 47 "reason": "bounds change" |
63 }, | 48 }, |
64 { | 49 { |
65 "object": "LayoutBlockFlow P", | 50 "object": "LayoutBlockFlow P", |
66 "rect": [0, 36, 800, 19], | 51 "rect": [0, 36, 800, 19], |
67 "reason": "invalidate paint rectangle" | 52 "reason": "invalidate paint rectangle" |
68 }, | 53 }, |
69 { | 54 { |
70 "object": "LayoutInline A id='link'", | 55 "object": "LayoutInline A id='link'", |
(...skipping 13 matching lines...) Expand all Loading... |
84 { | 69 { |
85 "object": "RootInlineBox", | 70 "object": "RootInlineBox", |
86 "rect": [0, 0, 0, 0], | 71 "rect": [0, 0, 0, 0], |
87 "reason": "full" | 72 "reason": "full" |
88 } | 73 } |
89 ] | 74 ] |
90 } | 75 } |
91 ] | 76 ] |
92 } | 77 } |
93 | 78 |
OLD | NEW |