| 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 [52, 51, 42, 30], | 9 { |
| 10 [52, 51, 40, 30], | 10 "object": "InlineTextBox ''", |
| 11 [51, 50, 197, 87] | 11 "rect": [0, 0, 0, 0], |
| 12 ], | 12 "reason": "full" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "InlineTextBox ''", | 14 { |
| 15 "RootInlineBox", | 15 "object": "InlineTextBox 'PASS'", |
| 16 "LayoutBlockFlow DIV id='target'", | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutText #text", | 17 "reason": "full" |
| 18 "InlineTextBox 'PASS'" | 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV id='target'", |
| 21 "rect": [51, 50, 197, 87], |
| 22 "reason": "invalidate paint rectangle" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutText #text", |
| 26 "rect": [52, 51, 40, 30], |
| 27 "reason": "full" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutText #text", |
| 31 "rect": [52, 51, 42, 30], |
| 32 "reason": "full" |
| 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 |