| 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 "repaintRects": [ |
| 9 [200, 0, 100, 200], | 9 [200, 0, 100, 200], |
| 10 [0, 300, 300, 20], | 10 [0, 300, 300, 20], |
| 11 [0, 300, 200, 20], | 11 [0, 300, 200, 20], |
| 12 [0, 200, 200, 100], | 12 [0, 200, 200, 100], |
| 13 [0, 0, 300, 200], | 13 [0, 0, 300, 200], |
| 14 [0, 0, 200, 300] | 14 [0, 0, 200, 300] |
| 15 ], |
| 16 "paintInvalidationClients": [ |
| 17 "RootInlineBox", |
| 18 "RootInlineBox", |
| 19 "RootInlineBox", |
| 20 "RootInlineBox", |
| 21 "RootInlineBox", |
| 22 "RootInlineBox", |
| 23 "RootInlineBox", |
| 24 "RootInlineBox", |
| 25 "RootInlineBox", |
| 26 "RootInlineBox", |
| 27 "RootInlineBox", |
| 28 "RootInlineBox", |
| 29 "RootInlineBox", |
| 30 "RootInlineBox", |
| 31 "RootInlineBox", |
| 32 "InlineTextBox 'A A A A A'", |
| 33 "InlineTextBox 'AA AA AA'", |
| 34 "InlineTextBox 'AA AAA AAA'", |
| 35 "InlineTextBox 'AAA AAAA'", |
| 36 "InlineTextBox 'AAAA AAAAA'", |
| 37 "InlineTextBox 'AAAAA'", |
| 38 "InlineTextBox 'AAAAAA'", |
| 39 "InlineTextBox 'AAAAAAA'", |
| 40 "InlineTextBox 'AAAAAA'", |
| 41 "InlineTextBox 'AAAAA'", |
| 42 "InlineTextBox 'AAAAA AAAA'", |
| 43 "InlineTextBox 'AAAA AAA'", |
| 44 "InlineTextBox 'AAA AAA AA'", |
| 45 "InlineTextBox 'AA AA AA A'", |
| 46 "InlineTextBox 'A A A A'", |
| 47 "RootInlineBox", |
| 48 "InlineTextBox 'A A A A A'", |
| 49 "LayoutBlockFlow (positioned) DIV id='div1' class='container'", |
| 50 "LayoutText #text", |
| 51 "InlineTextBox 'A A A A A AA AA'", |
| 52 "InlineTextBox 'AA AA AAA AAA'", |
| 53 "InlineTextBox 'AAA AAAA AAAA'", |
| 54 "InlineTextBox 'AAAAA AAAAA'", |
| 55 "InlineTextBox 'AAAAAA AAAAAAA'", |
| 56 "InlineTextBox 'AAAAAA AAAAA'", |
| 57 "InlineTextBox 'AAAAA AAAA AAAA'", |
| 58 "InlineTextBox 'AAA AAA AAA AA'", |
| 59 "InlineTextBox 'AA AA AA A A A'", |
| 60 "InlineTextBox 'A A'", |
| 61 "LayoutBlockFlow (positioned) DIV id='div2' class='container'" |
| 15 ] | 62 ] |
| 16 } | 63 } |
| 17 ] | 64 ] |
| 18 } | 65 } |
| 19 | 66 |
| OLD | NEW |