| 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 "backgroundColor": "#0000FF", | 8 "backgroundColor": "#0000FF", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| 11 "object": "LayoutBlockFlow BODY", | 11 "object": "LayoutBlockFlow BODY", |
| 12 "rect": [0, 0, 0, 0], | 12 "rect": [0, 0, 0, 0], |
| 13 "reason": "style change" | 13 "reason": "style change" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutBlockFlow HTML", | 16 "object": "LayoutBlockFlow HTML", |
| 17 "rect": [0, 0, 200, 8], | 17 "rect": [0, 0, 200, 8], |
| 18 "reason": "forced by layout" | 18 "reason": "forced by layout" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 "object": "LayoutView #document", | 21 "object": "LayoutView #document", |
| 22 "rect": [0, 0, 200, 200], | |
| 23 "reason": "style change" | |
| 24 }, | |
| 25 { | |
| 26 "object": "LayoutView #document", | |
| 27 "rect": [0, 0, 200, 300], | 22 "rect": [0, 0, 200, 300], |
| 28 "reason": "style change" | 23 "reason": "style change" |
| 29 } | 24 } |
| 30 ] | 25 ] |
| 31 } | 26 } |
| 32 ] | 27 ] |
| 33 } | 28 } |
| 34 { | 29 { |
| 35 "bounds": [300, 300], | 30 "bounds": [300, 300], |
| 36 "children": [ | 31 "children": [ |
| 37 { | 32 { |
| 38 "bounds": [300, 300], | 33 "bounds": [300, 300], |
| 39 "contentsOpaque": true, | 34 "contentsOpaque": true, |
| 40 "drawsContent": true, | 35 "drawsContent": true, |
| 41 "backgroundColor": "#0000FF", | 36 "backgroundColor": "#0000FF", |
| 42 "paintInvalidations": [ | 37 "paintInvalidations": [ |
| 43 { | 38 { |
| 44 "object": "LayoutBlockFlow BODY", | 39 "object": "LayoutBlockFlow BODY", |
| 45 "rect": [0, 0, 0, 0], | 40 "rect": [0, 0, 0, 0], |
| 46 "reason": "became visible" | 41 "reason": "became visible" |
| 47 }, | 42 }, |
| 48 { | 43 { |
| 49 "object": "LayoutBlockFlow HTML", | 44 "object": "LayoutBlockFlow HTML", |
| 50 "rect": [0, 0, 200, 8], | |
| 51 "reason": "forced by layout" | |
| 52 }, | |
| 53 { | |
| 54 "object": "LayoutBlockFlow HTML", | |
| 55 "rect": [0, 0, 300, 8], | 45 "rect": [0, 0, 300, 8], |
| 56 "reason": "forced by layout" | 46 "reason": "forced by layout" |
| 57 }, | 47 }, |
| 58 { | 48 { |
| 59 "object": "LayoutView #document", | 49 "object": "LayoutView #document", |
| 60 "rect": [0, 0, 300, 300], | 50 "rect": [0, 0, 300, 300], |
| 61 "reason": "full" | 51 "reason": "full" |
| 62 }, | 52 }, |
| 63 { | 53 { |
| 64 "object": "LayoutView #document", | 54 "object": "LayoutView #document", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "object": "LayoutBlockFlow BODY", | 95 "object": "LayoutBlockFlow BODY", |
| 106 "rect": [0, 0, 0, 0], | 96 "rect": [0, 0, 0, 0], |
| 107 "reason": "became visible" | 97 "reason": "became visible" |
| 108 }, | 98 }, |
| 109 { | 99 { |
| 110 "object": "LayoutBlockFlow HTML", | 100 "object": "LayoutBlockFlow HTML", |
| 111 "rect": [0, 0, 300, 8], | 101 "rect": [0, 0, 300, 8], |
| 112 "reason": "forced by layout" | 102 "reason": "forced by layout" |
| 113 }, | 103 }, |
| 114 { | 104 { |
| 115 "object": "LayoutBlockFlow HTML", | |
| 116 "rect": [0, 0, 250, 8], | |
| 117 "reason": "forced by layout" | |
| 118 }, | |
| 119 { | |
| 120 "object": "LayoutView #document", | 105 "object": "LayoutView #document", |
| 121 "rect": [0, 0, 250, 250], | 106 "rect": [0, 0, 250, 250], |
| 122 "reason": "full" | 107 "reason": "full" |
| 123 }, | 108 }, |
| 124 { | 109 { |
| 125 "object": "LayoutView #document", | 110 "object": "LayoutView #document", |
| 126 "rect": [250, 0, 50, 250], | 111 "rect": [250, 0, 50, 250], |
| 127 "reason": "incremental" | 112 "reason": "incremental" |
| 128 } | 113 } |
| 129 ] | 114 ] |
| 130 } | 115 } |
| 131 ] | 116 ] |
| 132 } | 117 } |
| 133 | 118 |
| OLD | NEW |