| 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 "backgroundColor": "#008000", | 10 "backgroundColor": "#008000", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "reason": "bounds change" | 40 "reason": "bounds change" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "LayoutBlockFlow P", | 43 "object": "LayoutBlockFlow P", |
| 44 "rect": [108, 116, 436, 18], | 44 "rect": [108, 116, 436, 18], |
| 45 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "LayoutText #text", | 48 "object": "LayoutText #text", |
| 49 "rect": [108, 116, 436, 18], | 49 "rect": [108, 116, 436, 18], |
| 50 "reason": "bounds change" | 50 "reason": "forced by layout" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "LayoutText #text", | 53 "object": "LayoutText #text", |
| 54 "rect": [8, 16, 436, 18], | 54 "rect": [8, 16, 436, 18], |
| 55 "reason": "bounds change" | 55 "reason": "forced by layout" |
| 56 } | 56 } |
| 57 ] | 57 ] |
| 58 } | 58 } |
| 59 ], | 59 ], |
| 60 "objectPaintInvalidations": [ | 60 "objectPaintInvalidations": [ |
| 61 { | 61 { |
| 62 "object": "RootInlineBox", | |
| 63 "reason": "full" | |
| 64 }, | |
| 65 { | |
| 66 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | |
| 67 "reason": "full" | |
| 68 }, | |
| 69 { | |
| 70 "object": "LayoutView #document", | 62 "object": "LayoutView #document", |
| 71 "reason": "style change" | 63 "reason": "style change" |
| 72 }, | 64 }, |
| 73 { | 65 { |
| 74 "object": "LayoutBlockFlow (positioned) HTML class='changed'", | 66 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
| 75 "reason": "style change" | 67 "reason": "style change" |
| 76 }, | 68 }, |
| 77 { | 69 { |
| 78 "object": "LayoutBlockFlow BODY", | 70 "object": "LayoutBlockFlow BODY", |
| 79 "reason": "bounds change" | 71 "reason": "bounds change" |
| 80 }, | 72 }, |
| 81 { | 73 { |
| 82 "object": "LayoutBlockFlow P", | 74 "object": "LayoutBlockFlow P", |
| 83 "reason": "forced by layout" | 75 "reason": "forced by layout" |
| 84 }, | 76 }, |
| 85 { | 77 { |
| 86 "object": "RootInlineBox", | 78 "object": "RootInlineBox", |
| 87 "reason": "forced by layout" | 79 "reason": "forced by layout" |
| 88 }, | 80 }, |
| 89 { | 81 { |
| 90 "object": "LayoutText #text", | 82 "object": "LayoutText #text", |
| 91 "reason": "bounds change" | 83 "reason": "forced by layout" |
| 92 }, | 84 }, |
| 93 { | 85 { |
| 94 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", | 86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a
floated html element.'", |
| 95 "reason": "bounds change" | 87 "reason": "forced by layout" |
| 96 } | 88 } |
| 97 ] | 89 ] |
| 98 } | 90 } |
| 99 | 91 |
| OLD | NEW |