| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "backgroundColor": "#008000", | 8 "backgroundColor": "#008000", |
| 9 "repaintRects": [ | 9 "paintInvalidations": [ |
| 10 [108, 116, 402, 20], | 10 { |
| 11 [108, 116, 402, 20], | 11 "object": "InlineTextBox 'Tests that the entire viewport is painted wi
th a floated html element.'", |
| 12 [108, 116, 402, 19], | 12 "rect": [0, 0, 0, 0], |
| 13 [100, 100, 418, 52], | 13 "reason": "full" |
| 14 [8, 16, 784, 20], | 14 }, |
| 15 [8, 16, 784, 20], | 15 { |
| 16 [8, 16, 402, 19], | 16 "object": "InlineTextBox 'Tests that the entire viewport is painted wi
th a floated html element.'", |
| 17 [0, 0, 800, 600], | 17 "rect": [0, 0, 0, 0], |
| 18 [0, 0, 800, 52] | 18 "reason": "location change" |
| 19 ], | 19 }, |
| 20 "paintInvalidationClients": [ | 20 { |
| 21 "RootInlineBox", | 21 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
| 22 "InlineTextBox 'Tests that the entire viewport is painted with a floated
html element.'", | 22 "rect": [0, 0, 800, 52], |
| 23 "LayoutView #document", | 23 "reason": "location change" |
| 24 "LayoutBlockFlow (positioned) HTML class='changed'", | 24 }, |
| 25 "LayoutBlockFlow BODY", | 25 { |
| 26 "LayoutBlockFlow P", | 26 "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
| 27 "RootInlineBox", | 27 "rect": [100, 100, 418, 52], |
| 28 "LayoutText #text", | 28 "reason": "location change" |
| 29 "InlineTextBox 'Tests that the entire viewport is painted with a floated
html element.'" | 29 }, |
| 30 { |
| 31 "object": "LayoutBlockFlow BODY", |
| 32 "rect": [8, 16, 784, 20], |
| 33 "reason": "location change" |
| 34 }, |
| 35 { |
| 36 "object": "LayoutBlockFlow BODY", |
| 37 "rect": [108, 116, 402, 20], |
| 38 "reason": "location change" |
| 39 }, |
| 40 { |
| 41 "object": "LayoutBlockFlow P", |
| 42 "rect": [8, 16, 784, 20], |
| 43 "reason": "location change" |
| 44 }, |
| 45 { |
| 46 "object": "LayoutBlockFlow P", |
| 47 "rect": [108, 116, 402, 20], |
| 48 "reason": "location change" |
| 49 }, |
| 50 { |
| 51 "object": "LayoutText #text", |
| 52 "rect": [8, 16, 402, 19], |
| 53 "reason": "location change" |
| 54 }, |
| 55 { |
| 56 "object": "LayoutText #text", |
| 57 "rect": [108, 116, 402, 19], |
| 58 "reason": "location change" |
| 59 }, |
| 60 { |
| 61 "object": "LayoutView #document", |
| 62 "rect": [0, 0, 800, 600], |
| 63 "reason": "style change" |
| 64 }, |
| 65 { |
| 66 "object": "RootInlineBox", |
| 67 "rect": [0, 0, 0, 0], |
| 68 "reason": "full" |
| 69 }, |
| 70 { |
| 71 "object": "RootInlineBox", |
| 72 "rect": [0, 0, 0, 0], |
| 73 "reason": "full" |
| 74 } |
| 30 ] | 75 ] |
| 31 } | 76 } |
| 32 ] | 77 ] |
| 33 } | 78 } |
| 34 | 79 |
| OLD | NEW |