| 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 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [8, 166, 100, 100], | 9 { |
| 10 [8, 148, 784, 17] | 10 "object": "InlineBox", |
| 11 ], | 11 "rect": [0, 0, 0, 0], |
| 12 "paintInvalidationClients": [ | 12 "reason": "full" |
| 13 "InlineTextBox '\u00A0'", | 13 }, |
| 14 "InlineFlowBox", | 14 { |
| 15 "RootInlineBox", | 15 "object": "InlineFlowBox", |
| 16 "InlineBox", | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutBlockFlow (anonymous)", | 17 "reason": "full" |
| 18 "LayoutBlockFlow (positioned) DIV id='t'" | 18 }, |
| 19 { |
| 20 "object": "InlineTextBox '\u00A0'", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow (anonymous)", |
| 26 "rect": [8, 148, 784, 17], |
| 27 "reason": "invalidate paint rectangle" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow (positioned) DIV id='t'", |
| 31 "rect": [8, 166, 100, 100], |
| 32 "reason": "location change" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "rect": [0, 0, 0, 0], |
| 37 "reason": "full" |
| 38 } |
| 19 ] | 39 ] |
| 20 } | 40 } |
| 21 ] | 41 ] |
| 22 } | 42 } |
| 23 | 43 |
| OLD | NEW |