OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
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 DIV id='two'", | 10 "object": "LayoutBlockFlow DIV id='two'", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "rect": [8, 119, 784, 19], | 26 "rect": [8, 119, 784, 19], |
27 "reason": "full" | 27 "reason": "full" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
31 "rect": [8, 155, 32, 19], | 31 "rect": [8, 155, 32, 19], |
32 "reason": "layoutObject removal" | 32 "reason": "layoutObject removal" |
33 }, | 33 }, |
34 { | 34 { |
35 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
36 "rect": [8, 119, 32, 19], | |
37 "reason": "layoutObject insertion" | |
38 }, | |
39 { | |
40 "object": "LayoutText #text", | |
41 "rect": [8, 137, 28, 19], | 36 "rect": [8, 137, 28, 19], |
42 "reason": "layoutObject removal" | 37 "reason": "layoutObject removal" |
43 }, | 38 }, |
44 { | 39 { |
45 "object": "LayoutText #text", | 40 "object": "LayoutText #text", |
46 "rect": [8, 119, 28, 19], | 41 "rect": [8, 119, 28, 19], |
47 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
48 } | 43 } |
49 ] | 44 ] |
50 } | 45 } |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "object": "LayoutText #text", | 101 "object": "LayoutText #text", |
107 "reason": "layoutObject insertion" | 102 "reason": "layoutObject insertion" |
108 }, | 103 }, |
109 { | 104 { |
110 "object": "InlineTextBox 'three'", | 105 "object": "InlineTextBox 'three'", |
111 "reason": "layoutObject insertion" | 106 "reason": "layoutObject insertion" |
112 } | 107 } |
113 ] | 108 ] |
114 } | 109 } |
115 | 110 |
OLD | NEW |