| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [600, 250], | 2 "bounds": [200, 300], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [600, 250], | 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": "LayoutView #document", | 11 "object": "LayoutView #document", |
| 12 "rect": [0, 250, 600, 250], | 12 "rect": [0, 0, 200, 300], |
| 13 "reason": "incremental" | 13 "reason": "style change" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutBlockFlow HTML", | 16 "object": "LayoutBlockFlow HTML", |
| 17 "rect": [0, 0, 600, 8], | 17 "rect": [0, 0, 200, 8], |
| 18 "reason": "forced by layout" | 18 "reason": "forced by layout" |
| 19 }, |
| 20 { |
| 21 "object": "LayoutBlockFlow BODY", |
| 22 "reason": "style change" |
| 19 } | 23 } |
| 20 ] | 24 ] |
| 21 } | 25 } |
| 22 ] | 26 ] |
| 23 } | 27 } |
| 24 { | 28 { |
| 25 "bounds": [400, 250], | 29 "bounds": [300, 300], |
| 26 "children": [ | 30 "children": [ |
| 27 { | 31 { |
| 28 "bounds": [400, 250], | 32 "bounds": [300, 300], |
| 29 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 30 "drawsContent": true, | 34 "drawsContent": true, |
| 31 "backgroundColor": "#0000FF", | 35 "backgroundColor": "#0000FF", |
| 32 "paintInvalidations": [ | 36 "paintInvalidations": [ |
| 33 { | 37 { |
| 38 "object": "LayoutView #document", |
| 39 "rect": [0, 0, 300, 300], |
| 40 "reason": "full" |
| 41 }, |
| 42 { |
| 34 "object": "LayoutBlockFlow HTML", | 43 "object": "LayoutBlockFlow HTML", |
| 35 "rect": [0, 0, 600, 8], | 44 "rect": [0, 0, 300, 8], |
| 36 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 37 }, | 46 }, |
| 38 { | 47 { |
| 39 "object": "LayoutView #document", | 48 "object": "LayoutView #document", |
| 40 "rect": [0, 0, 400, 250], | 49 "rect": [200, 0, 100, 300], |
| 41 "reason": "full" | |
| 42 }, | |
| 43 { | |
| 44 "object": "LayoutView #document", | |
| 45 "rect": [400, 0, 200, 250], | |
| 46 "reason": "incremental" | 50 "reason": "incremental" |
| 47 }, | 51 }, |
| 48 { | 52 { |
| 49 "object": "LayoutBlockFlow BODY", | 53 "object": "LayoutBlockFlow BODY", |
| 50 "reason": "became visible" | 54 "reason": "became visible" |
| 51 } | 55 } |
| 52 ] | 56 ] |
| 53 } | 57 } |
| 54 ] | 58 ] |
| 55 } | 59 } |
| 56 { | 60 { |
| 57 "bounds": [400, 600], | 61 "bounds": [300, 250], |
| 58 "children": [ | 62 "children": [ |
| 59 { | 63 { |
| 60 "bounds": [400, 600], | 64 "bounds": [300, 250], |
| 61 "contentsOpaque": true, | 65 "contentsOpaque": true, |
| 62 "drawsContent": true, | 66 "drawsContent": true, |
| 63 "backgroundColor": "#0000FF", | 67 "backgroundColor": "#0000FF", |
| 64 "paintInvalidations": [ | 68 "paintInvalidations": [ |
| 65 { | 69 { |
| 66 "object": "LayoutView #document", | 70 "object": "LayoutView #document", |
| 67 "rect": [0, 0, 400, 600], | 71 "rect": [0, 250, 300, 50], |
| 68 "reason": "full" | |
| 69 }, | |
| 70 { | |
| 71 "object": "LayoutView #document", | |
| 72 "rect": [0, 250, 400, 350], | |
| 73 "reason": "incremental" | 72 "reason": "incremental" |
| 74 }, | 73 }, |
| 75 { | 74 { |
| 76 "object": "LayoutBlockFlow HTML", | 75 "object": "LayoutBlockFlow HTML", |
| 77 "rect": [0, 0, 400, 8], | 76 "rect": [0, 0, 300, 8], |
| 78 "reason": "forced by layout" | 77 "reason": "forced by layout" |
| 79 } | 78 } |
| 80 ] | 79 ] |
| 81 } | 80 } |
| 82 ] | 81 ] |
| 83 } | 82 } |
| 84 { | 83 { |
| 85 "bounds": [800, 600], | 84 "bounds": [250, 250], |
| 86 "children": [ | 85 "children": [ |
| 87 { | 86 { |
| 88 "bounds": [800, 600], | 87 "bounds": [250, 250], |
| 89 "contentsOpaque": true, | 88 "contentsOpaque": true, |
| 90 "drawsContent": true, | 89 "drawsContent": true, |
| 91 "backgroundColor": "#0000FF", | 90 "backgroundColor": "#0000FF", |
| 92 "paintInvalidations": [ | 91 "paintInvalidations": [ |
| 93 { | 92 { |
| 94 "object": "LayoutView #document", | |
| 95 "rect": [0, 0, 800, 600], | |
| 96 "reason": "full" | |
| 97 }, | |
| 98 { | |
| 99 "object": "LayoutBlockFlow HTML", | 93 "object": "LayoutBlockFlow HTML", |
| 100 "rect": [0, 0, 800, 8], | 94 "rect": [0, 0, 300, 8], |
| 101 "reason": "forced by layout" | 95 "reason": "forced by layout" |
| 102 }, | 96 }, |
| 103 { | 97 { |
| 104 "object": "LayoutView #document", | 98 "object": "LayoutView #document", |
| 105 "rect": [400, 0, 400, 600], | 99 "rect": [0, 0, 250, 250], |
| 100 "reason": "full" |
| 101 }, |
| 102 { |
| 103 "object": "LayoutView #document", |
| 104 "rect": [250, 0, 50, 250], |
| 106 "reason": "incremental" | 105 "reason": "incremental" |
| 107 }, | 106 }, |
| 108 { | 107 { |
| 109 "object": "LayoutBlockFlow BODY", | 108 "object": "LayoutBlockFlow BODY", |
| 110 "reason": "became visible" | 109 "reason": "became visible" |
| 111 } | 110 } |
| 112 ] | 111 ] |
| 113 } | 112 } |
| 114 ] | 113 ] |
| 115 } | 114 } |
| 116 | 115 |
| OLD | NEW |