OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutBlockFlow P", | 22 "object": "LayoutBlockFlow P", |
23 "rect": [0, 36, 800, 19], | 23 "rect": [0, 36, 800, 19], |
24 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "InlineFlowBox", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "InlineTextBox 'Home'", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
| 39 "object": "InlineFlowBox", |
| 40 "reason": "full" |
| 41 }, |
| 42 { |
| 43 "object": "RootInlineBox", |
| 44 "reason": "full" |
| 45 }, |
| 46 { |
| 47 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the
ir outline painted'", |
| 48 "reason": "full" |
| 49 }, |
| 50 { |
| 51 "object": "RootInlineBox", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
31 "object": "LayoutBlockFlow (anonymous)", | 55 "object": "LayoutBlockFlow (anonymous)", |
32 "reason": "invalidate paint rectangle" | 56 "reason": "invalidate paint rectangle" |
33 }, | 57 }, |
34 { | 58 { |
35 "object": "LayoutInline A id='link'", | 59 "object": "LayoutInline A id='link'", |
36 "reason": "style change" | 60 "reason": "style change" |
37 }, | 61 }, |
38 { | 62 { |
39 "object": "InlineFlowBox", | 63 "object": "InlineFlowBox", |
40 "reason": "style change" | 64 "reason": "style change" |
41 }, | 65 }, |
42 { | 66 { |
43 "object": "LayoutBlockFlow P", | 67 "object": "LayoutBlockFlow P", |
44 "reason": "invalidate paint rectangle" | 68 "reason": "invalidate paint rectangle" |
45 } | 69 } |
46 ] | 70 ] |
47 } | 71 } |
48 | 72 |
OLD | NEW |