| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [200, 300], | 2 "bounds": [200, 300], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [200, 300], | 5 "bounds": [200, 300], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow HTML", | 10 "object": "LayoutBlockFlow HTML", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 34 "drawsContent": true, | 34 "drawsContent": true, |
| 35 "paintInvalidations": [ | 35 "paintInvalidations": [ |
| 36 { | 36 { |
| 37 "object": "LayoutBlockFlow BODY", | 37 "object": "LayoutBlockFlow BODY", |
| 38 "rect": [0, 0, 0, 0], | 38 "rect": [0, 0, 0, 0], |
| 39 "reason": "became visible" | 39 "reason": "became visible" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "object": "LayoutBlockFlow HTML", | 42 "object": "LayoutBlockFlow HTML", |
| 43 "rect": [0, 0, 200, 8], | |
| 44 "reason": "forced by layout" | |
| 45 }, | |
| 46 { | |
| 47 "object": "LayoutBlockFlow HTML", | |
| 48 "rect": [0, 0, 300, 8], | 43 "rect": [0, 0, 300, 8], |
| 49 "reason": "forced by layout" | 44 "reason": "forced by layout" |
| 50 }, | 45 }, |
| 51 { | 46 { |
| 52 "object": "LayoutView #document", | 47 "object": "LayoutView #document", |
| 53 "rect": [0, 0, 300, 300], | 48 "rect": [0, 0, 300, 300], |
| 54 "reason": "full" | 49 "reason": "full" |
| 55 }, | 50 }, |
| 56 { | 51 { |
| 57 "object": "LayoutView #document", | 52 "object": "LayoutView #document", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "object": "LayoutBlockFlow BODY", | 96 "object": "LayoutBlockFlow BODY", |
| 102 "rect": [0, 0, 0, 0], | 97 "rect": [0, 0, 0, 0], |
| 103 "reason": "became visible" | 98 "reason": "became visible" |
| 104 }, | 99 }, |
| 105 { | 100 { |
| 106 "object": "LayoutBlockFlow HTML", | 101 "object": "LayoutBlockFlow HTML", |
| 107 "rect": [0, 0, 300, 8], | 102 "rect": [0, 0, 300, 8], |
| 108 "reason": "forced by layout" | 103 "reason": "forced by layout" |
| 109 }, | 104 }, |
| 110 { | 105 { |
| 111 "object": "LayoutBlockFlow HTML", | |
| 112 "rect": [0, 0, 250, 8], | |
| 113 "reason": "forced by layout" | |
| 114 }, | |
| 115 { | |
| 116 "object": "LayoutView #document", | 106 "object": "LayoutView #document", |
| 117 "rect": [0, 0, 250, 250], | 107 "rect": [0, 0, 250, 250], |
| 118 "reason": "full" | 108 "reason": "full" |
| 119 }, | 109 }, |
| 120 { | 110 { |
| 121 "object": "LayoutView #document", | 111 "object": "LayoutView #document", |
| 122 "rect": [250, 0, 50, 250], | 112 "rect": [250, 0, 50, 250], |
| 123 "reason": "incremental" | 113 "reason": "incremental" |
| 124 } | 114 } |
| 125 ] | 115 ] |
| 126 } | 116 } |
| 127 ] | 117 ] |
| 128 } | 118 } |
| 129 | 119 |
| OLD | NEW |