| 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 "drawsContent": true, | 6 "drawsContent": true, |
| 7 "paintInvalidations": [ | 7 "paintInvalidations": [ |
| 8 { | 8 { |
| 9 "object": "LayoutBlockFlow HTML", | 9 "object": "LayoutBlockFlow HTML", |
| 10 "rect": [0, 0, 200, 8], | 10 "rect": [0, 0, 200, 8], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "bounds": [300, 300], | 26 "bounds": [300, 300], |
| 27 "drawsContent": true, | 27 "drawsContent": true, |
| 28 "paintInvalidations": [ | 28 "paintInvalidations": [ |
| 29 { | 29 { |
| 30 "object": "LayoutBlockFlow BODY", | 30 "object": "LayoutBlockFlow BODY", |
| 31 "rect": [0, 0, 0, 0], | 31 "rect": [0, 0, 0, 0], |
| 32 "reason": "became visible" | 32 "reason": "became visible" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutBlockFlow HTML", | 35 "object": "LayoutBlockFlow HTML", |
| 36 "rect": [0, 0, 200, 8], | |
| 37 "reason": "forced by layout" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutBlockFlow HTML", | |
| 41 "rect": [0, 0, 300, 8], | 36 "rect": [0, 0, 300, 8], |
| 42 "reason": "forced by layout" | 37 "reason": "forced by layout" |
| 43 }, | 38 }, |
| 44 { | 39 { |
| 45 "object": "LayoutView #document", | 40 "object": "LayoutView #document", |
| 46 "rect": [0, 0, 300, 300], | 41 "rect": [0, 0, 300, 300], |
| 47 "reason": "full" | 42 "reason": "full" |
| 48 }, | 43 }, |
| 49 { | 44 { |
| 50 "object": "LayoutView #document", | 45 "object": "LayoutView #document", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "object": "LayoutBlockFlow BODY", | 82 "object": "LayoutBlockFlow BODY", |
| 88 "rect": [0, 0, 0, 0], | 83 "rect": [0, 0, 0, 0], |
| 89 "reason": "became visible" | 84 "reason": "became visible" |
| 90 }, | 85 }, |
| 91 { | 86 { |
| 92 "object": "LayoutBlockFlow HTML", | 87 "object": "LayoutBlockFlow HTML", |
| 93 "rect": [0, 0, 300, 8], | 88 "rect": [0, 0, 300, 8], |
| 94 "reason": "forced by layout" | 89 "reason": "forced by layout" |
| 95 }, | 90 }, |
| 96 { | 91 { |
| 97 "object": "LayoutBlockFlow HTML", | |
| 98 "rect": [0, 0, 250, 8], | |
| 99 "reason": "forced by layout" | |
| 100 }, | |
| 101 { | |
| 102 "object": "LayoutView #document", | 92 "object": "LayoutView #document", |
| 103 "rect": [0, 0, 250, 250], | 93 "rect": [0, 0, 250, 250], |
| 104 "reason": "full" | 94 "reason": "full" |
| 105 }, | 95 }, |
| 106 { | 96 { |
| 107 "object": "LayoutView #document", | 97 "object": "LayoutView #document", |
| 108 "rect": [250, 0, 50, 250], | 98 "rect": [250, 0, 50, 250], |
| 109 "reason": "incremental" | 99 "reason": "incremental" |
| 110 } | 100 } |
| 111 ] | 101 ] |
| 112 } | 102 } |
| 113 ] | 103 ] |
| 114 } | 104 } |
| 115 | 105 |
| OLD | NEW |