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