| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow BODY", |
| 11 "rect": [8, 8, 784, 20], |
| 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", | 15 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", |
| 11 "rect": [100, 100, 100, 100], | 16 "rect": [100, 100, 100, 100], |
| 12 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 13 } | 18 } |
| 14 ] | 19 ] |
| 15 } | 20 } |
| 16 ], | 21 ], |
| 17 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 18 { | 23 { |
| 19 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", | 24 "object": "LayoutBlockFlow (positioned) DIV id='absolute'", |
| 20 "reason": "layoutObject removal" | 25 "reason": "layoutObject removal" |
| 26 }, |
| 27 { |
| 28 "object": "LayoutText #text", |
| 29 "reason": "layoutObject removal" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBlockFlow BODY", |
| 33 "reason": "forced by layout" |
| 34 }, |
| 35 { |
| 36 "object": "RootInlineBox", |
| 37 "reason": "forced by layout" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutText #text", |
| 41 "reason": "forced by layout" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox 'When an absolute positioned element is set displ
ay:none, we should not invalidate the whole body.'", |
| 45 "reason": "forced by layout" |
| 21 } | 46 } |
| 22 ] | 47 ] |
| 23 } | 48 } |
| 24 | 49 |
| OLD | NEW |