| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 800], | 5 "bounds": [800, 800], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutIFrame (positioned) IFRAME", | 10 "object": "LayoutIFrame (positioned) IFRAME", |
| 11 "rect": [0, 0, 800, 800], | 11 "rect": [0, 0, 800, 800], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutView #document", | 15 "object": "LayoutView #document", |
| 16 "rect": [0, 600, 800, 200], | 16 "rect": [0, 600, 800, 200], |
| 17 "reason": "incremental" | 17 "reason": "incremental" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow BODY", | 20 "object": "LayoutBlockFlow BODY", |
| 21 "rect": [8, 8, 784, 18], | 21 "rect": [8, 8, 784, 18], |
| 22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutBlockFlow H1", |
| 26 "rect": [8, 700, 600, 37], |
| 27 "reason": "became visible" |
| 28 }, |
| 29 { |
| 25 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 26 "rect": [8, 8, 346, 18], | 31 "rect": [8, 8, 346, 18], |
| 27 "reason": "forced by layout" | 32 "reason": "forced by layout" |
| 33 }, |
| 34 { |
| 35 "object": "LayoutView #document", |
| 36 "rect": [785, 0, 15, 600], |
| 37 "reason": "scroll" |
| 28 } | 38 } |
| 29 ] | 39 ] |
| 30 } | 40 } |
| 31 ], | 41 ], |
| 32 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 33 { | 43 { |
| 34 "object": "LayoutView #document", | 44 "object": "LayoutView #document", |
| 35 "reason": "incremental" | 45 "reason": "incremental" |
| 36 }, | 46 }, |
| 37 { | 47 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 48 }, | 58 }, |
| 49 { | 59 { |
| 50 "object": "InlineTextBox 'Test passes if you see \"Success\" after window
resizes.'", | 60 "object": "InlineTextBox 'Test passes if you see \"Success\" after window
resizes.'", |
| 51 "reason": "forced by layout" | 61 "reason": "forced by layout" |
| 52 }, | 62 }, |
| 53 { | 63 { |
| 54 "object": "LayoutIFrame (positioned) IFRAME", | 64 "object": "LayoutIFrame (positioned) IFRAME", |
| 55 "reason": "forced by layout" | 65 "reason": "forced by layout" |
| 56 }, | 66 }, |
| 57 { | 67 { |
| 68 "object": "VerticalScrollbar", |
| 69 "reason": "scroll" |
| 70 }, |
| 71 { |
| 58 "object": "HorizontalScrollbar", | 72 "object": "HorizontalScrollbar", |
| 59 "reason": "scroll" | 73 "reason": "scroll" |
| 74 }, |
| 75 { |
| 76 "object": "LayoutView #document", |
| 77 "reason": "scroll" |
| 78 }, |
| 79 { |
| 80 "object": "LayoutBlockFlow H1", |
| 81 "reason": "became visible" |
| 82 }, |
| 83 { |
| 84 "object": "RootInlineBox", |
| 85 "reason": "became visible" |
| 60 } | 86 } |
| 61 ] | 87 ] |
| 62 } | 88 } |
| 63 | 89 |
| OLD | NEW |