| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow HTML", | 10 "object": "LayoutBlockFlow HTML", |
| 11 "rect": [10, 102, 285, 400], | 11 "rect": [10, 102, 285, 400], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
| 16 "rect": [18, 150, 269, 352], | 16 "rect": [18, 150, 269, 352], |
| 17 "reason": "bounds change" | 17 "reason": "location change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow DIV id='to-be-changed'", | 20 "object": "LayoutBlockFlow DIV id='to-be-changed'", |
| 21 "rect": [18, 130, 269, 40], | 21 "rect": [18, 130, 269, 40], |
| 22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 26 "rect": [18, 130, 235, 39], | 26 "rect": [18, 130, 235, 39], |
| 27 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [18, 130, 77, 19], | 31 "rect": [18, 130, 77, 19], |
| 32 "reason": "layoutObject insertion" | 32 "reason": "location change" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutView #document", | 35 "object": "LayoutView #document", |
| 36 "rect": [295, 102, 15, 400], | 36 "rect": [295, 102, 15, 400], |
| 37 "reason": "scroll" | 37 "reason": "scroll" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "InlineTextBox 'After change'", | 40 "object": "InlineTextBox 'After change'", |
| 41 "reason": "layoutObject insertion" | 41 "reason": "location change" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'", | 44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'", |
| 45 "reason": "full" | 45 "reason": "full" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'", | 48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'", |
| 49 "reason": "full" | 49 "reason": "full" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "object": "VerticalScrollbar", | 64 "object": "VerticalScrollbar", |
| 65 "reason": "scroll" | 65 "reason": "scroll" |
| 66 } | 66 } |
| 67 ] | 67 ] |
| 68 } | 68 } |
| 69 ] | 69 ] |
| 70 } | 70 } |
| 71 | 71 |
| OLD | NEW |