| 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 [345, 19, 240, 20], | 9 { |
| 10 [345, 19, 80, 20], | 10 "object": "InlineBox", |
| 11 [344, 18, 302, 122], | 11 "rect": [0, 0, 0, 0], |
| 12 [8, 8, 784, 145] | 12 "reason": "full" |
| 13 ], | 13 }, |
| 14 "paintInvalidationClients": [ | 14 { |
| 15 "InlineBox", | 15 "object": "InlineBox", |
| 16 "InlineTextBox '\n'", | 16 "rect": [0, 0, 0, 0], |
| 17 "InlineBox", | 17 "reason": "full" |
| 18 "RootInlineBox", | 18 }, |
| 19 "LayoutBlockFlow DIV class='em-units'", | 19 { |
| 20 "LayoutBlockFlow DIV id='box4' class='box'", | 20 "object": "InlineTextBox '\n'", |
| 21 "LayoutBlockFlow DIV class='indicator'" | 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow DIV class='em-units'", |
| 26 "rect": [8, 8, 784, 145], |
| 27 "reason": "invalidate paint rectangle" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutBlockFlow DIV class='indicator'", |
| 31 "rect": [345, 19, 80, 20], |
| 32 "reason": "style change" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutBlockFlow DIV class='indicator'", |
| 36 "rect": [345, 19, 240, 20], |
| 37 "reason": "style change" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow DIV id='box4' class='box'", |
| 41 "rect": [344, 18, 302, 122], |
| 42 "reason": "style change" |
| 43 }, |
| 44 { |
| 45 "object": "RootInlineBox", |
| 46 "rect": [0, 0, 0, 0], |
| 47 "reason": "full" |
| 48 } |
| 22 ] | 49 ] |
| 23 } | 50 } |
| 24 ] | 51 ] |
| 25 } | 52 } |
| 26 | 53 |
| OLD | NEW |