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 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [8, 8], | 10 "position": [8, 8], |
11 "bounds": [500, 500], | 11 "bounds": [500, 500], |
12 "drawsContent": true, | 12 "drawsContent": true, |
13 "repaintRects": [ | 13 "repaintRects": [ |
14 [0, 20, 821, 19], | 14 [-2000, -2000, 5000, 5000] |
15 [0, 0, 5000, 5000], | |
16 [0, 0, 801, 19], | |
17 [-2000, -1980, 821, 19], | |
18 [-2000, -2000, 5000, 5000], | |
19 [-2000, -2000, 801, 19] | |
20 ], | 15 ], |
21 "paintInvalidationClients": [ | 16 "paintInvalidationClients": [ |
22 "LayoutBlockFlow DIV id='content'", | 17 "LayoutBlockFlow DIV id='content'" |
23 "LayoutText #text", | |
24 "InlineTextBox 'Tests invalidation of scrolling layer. Passes if the
repaint rect is not clipped,\n'", | |
25 "InlineTextBox 'and there is no red when the scrolling container is
scrolled.'", | |
26 "LayoutBR BR", | |
27 "InlineTextBox '\n'", | |
28 "LayoutText #text", | |
29 "InlineTextBox 'Note for manual testing: must run with --enable-pref
er-compositing-to-lcd-text\n'", | |
30 "InlineTextBox 'on non-high-dpi machines to enable composited scroll
ing.'" | |
31 ], | 18 ], |
32 "children": [ | 19 "children": [ |
33 { | 20 { |
34 "bounds": [485, 485], | 21 "bounds": [485, 485], |
35 "children": [ | 22 "children": [ |
36 { | 23 { |
37 "bounds": [5000, 5000], | 24 "bounds": [5000, 5000], |
38 "drawsContent": true, | 25 "drawsContent": true, |
39 "repaintRects": [ | 26 "repaintRects": [ |
40 [2000, 2020, 821, 19], | 27 [0, 0, 5000, 5000] |
41 [2000, 2000, 5000, 5000], | |
42 [2000, 2000, 801, 19], | |
43 [0, 20, 821, 19], | |
44 [0, 0, 5000, 5000], | |
45 [0, 0, 801, 19] | |
46 ], | 28 ], |
47 "paintInvalidationClients": [ | 29 "paintInvalidationClients": [ |
48 "LayoutBlockFlow DIV id='content'", | 30 "LayoutBlockFlow DIV id='content'" |
49 "LayoutText #text", | |
50 "InlineTextBox 'Tests invalidation of scrolling layer. Passe
s if the repaint rect is not clipped,\n'", | |
51 "InlineTextBox 'and there is no red when the scrolling conta
iner is scrolled.'", | |
52 "LayoutBR BR", | |
53 "InlineTextBox '\n'", | |
54 "LayoutText #text", | |
55 "InlineTextBox 'Note for manual testing: must run with --ena
ble-prefer-compositing-to-lcd-text\n'", | |
56 "InlineTextBox 'on non-high-dpi machines to enable composite
d scrolling.'" | |
57 ], | 31 ], |
58 "children": [ | 32 "children": [ |
59 { | 33 { |
60 | 34 |
61 } | 35 } |
62 ] | 36 ] |
63 } | 37 } |
64 ] | 38 ] |
65 }, | 39 }, |
66 { | 40 { |
(...skipping 27 matching lines...) Expand all Loading... |
94 } | 68 } |
95 ] | 69 ] |
96 } | 70 } |
97 ] | 71 ] |
98 } | 72 } |
99 ] | 73 ] |
100 } | 74 } |
101 ] | 75 ] |
102 } | 76 } |
103 | 77 |
OLD | NEW |