| 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 [18, 28, 238, 18] | 9 { |
| 10 ], | 10 "object": "InlineTextBox 'Should have blue, not gray, highlight'", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "LayoutBlockFlow HTML", | 12 "reason": "selection" |
| 13 "LayoutBlockFlow BODY", | 13 }, |
| 14 "LayoutBlockFlow DIV id='t'", | 14 { |
| 15 "LayoutText #text", | 15 "object": "LayoutBlockFlow BODY", |
| 16 "InlineTextBox 'Should have blue, not gray, highlight'" | 16 "rect": [0, 0, 0, 0], |
| 17 "reason": "selection" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow DIV id='t'", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "selection" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutBlockFlow HTML", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "selection" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutText #text", |
| 31 "rect": [18, 28, 238, 18], |
| 32 "reason": "selection" |
| 33 } |
| 17 ] | 34 ] |
| 18 } | 35 } |
| 19 ] | 36 ] |
| 20 } | 37 } |
| 21 | 38 |
| OLD | NEW |