| 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 [360, 8, 54, 18], | 9 { |
| 10 [326, 8, 25, 17], | 10 "object": "InlineTextBox ' images.'", |
| 11 [167, 8, 150, 17], | 11 "rect": [0, 0, 0, 0], |
| 12 [139, 8, 29, 18], | 12 "reason": "style change" |
| 13 [76, 8, 64, 18], | 13 }, |
| 14 [8, 8, 59, 17] | 14 { |
| 15 ], | 15 "object": "InlineTextBox ' no '", |
| 16 "paintInvalidationClients": [ | 16 "rect": [0, 0, 0, 0], |
| 17 "LayoutText #text", | 17 "reason": "style change" |
| 18 "InlineTextBox 'This test '", | 18 }, |
| 19 "LayoutText #text", | 19 { |
| 20 "InlineTextBox ' passes if '", | 20 "object": "InlineTextBox ' passes if '", |
| 21 "LayoutText #text", | 21 "rect": [0, 0, 0, 0], |
| 22 "InlineTextBox 'only'", | 22 "reason": "style change" |
| 23 "LayoutText #text", | 23 }, |
| 24 "InlineTextBox ' text is invalidated and '", | 24 { |
| 25 "LayoutText #text", | 25 "object": "InlineTextBox ' text is invalidated and '", |
| 26 "InlineTextBox ' no '", | 26 "rect": [0, 0, 0, 0], |
| 27 "LayoutText #text", | 27 "reason": "style change" |
| 28 "InlineTextBox ' images.'" | 28 }, |
| 29 { |
| 30 "object": "InlineTextBox 'This test '", |
| 31 "rect": [0, 0, 0, 0], |
| 32 "reason": "style change" |
| 33 }, |
| 34 { |
| 35 "object": "InlineTextBox 'only'", |
| 36 "rect": [0, 0, 0, 0], |
| 37 "reason": "style change" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutText #text", |
| 41 "rect": [8, 8, 59, 17], |
| 42 "reason": "style change" |
| 43 }, |
| 44 { |
| 45 "object": "LayoutText #text", |
| 46 "rect": [76, 8, 64, 18], |
| 47 "reason": "style change" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutText #text", |
| 51 "rect": [139, 8, 29, 18], |
| 52 "reason": "style change" |
| 53 }, |
| 54 { |
| 55 "object": "LayoutText #text", |
| 56 "rect": [167, 8, 150, 17], |
| 57 "reason": "style change" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutText #text", |
| 61 "rect": [326, 8, 25, 17], |
| 62 "reason": "style change" |
| 63 }, |
| 64 { |
| 65 "object": "LayoutText #text", |
| 66 "rect": [360, 8, 54, 18], |
| 67 "reason": "style change" |
| 68 } |
| 29 ] | 69 ] |
| 30 } | 70 } |
| 31 ] | 71 ] |
| 32 } | 72 } |
| 33 | 73 |
| OLD | NEW |