Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 1289383002: Auto-rebaseline for r200567 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/platform/win-xp/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [866, 0, 1, 17],
15 [0, 0, 867, 18],
16 [-1, 18, 883, 18],
17 [-1, 0, 5001, 5000],
18 [-1134, -2000, 1, 17],
19 [-2000, -2000, 867, 18],
20 [-2001, -1982, 883, 18],
21 [-2001, -2000, 5001, 5000] 14 [-2001, -2000, 5001, 5000]
22 ], 15 ],
23 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
24 "LayoutBlockFlow DIV id='content'", 17 "LayoutBlockFlow DIV id='content'"
25 "LayoutText #text",
26 "InlineTextBox 'Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,\n'",
27 "InlineTextBox 'and there is no red when the scrolling container is scrolled.'",
28 "LayoutBR BR",
29 "InlineTextBox '\n'",
30 "LayoutText #text",
31 "InlineTextBox 'Note for manual testing: must run with --enable-pref er-compositing-to-lcd-text\n'",
32 "InlineTextBox 'on non-high-dpi machines to enable composited scroll ing.'"
33 ], 18 ],
34 "children": [ 19 "children": [
35 { 20 {
36 "bounds": [485, 485], 21 "bounds": [485, 485],
37 "children": [ 22 "children": [
38 { 23 {
39 "bounds": [5000, 5000], 24 "bounds": [5000, 5000],
40 "drawsContent": true, 25 "drawsContent": true,
41 "repaintRects": [ 26 "repaintRects": [
42 [2866, 2000, 1, 17],
43 [2000, 2000, 867, 18],
44 [1999, 2018, 883, 18],
45 [1999, 2000, 5001, 5000],
46 [866, 0, 1, 17],
47 [0, 0, 867, 18],
48 [-1, 18, 883, 18],
49 [-1, 0, 5001, 5000] 27 [-1, 0, 5001, 5000]
50 ], 28 ],
51 "paintInvalidationClients": [ 29 "paintInvalidationClients": [
52 "LayoutBlockFlow DIV id='content'", 30 "LayoutBlockFlow DIV id='content'"
53 "LayoutText #text",
54 "InlineTextBox 'Tests invalidation of scrolling layer. Passe s if the repaint rect is not clipped,\n'",
55 "InlineTextBox 'and there is no red when the scrolling conta iner is scrolled.'",
56 "LayoutBR BR",
57 "InlineTextBox '\n'",
58 "LayoutText #text",
59 "InlineTextBox 'Note for manual testing: must run with --ena ble-prefer-compositing-to-lcd-text\n'",
60 "InlineTextBox 'on non-high-dpi machines to enable composite d scrolling.'"
61 ], 31 ],
62 "children": [ 32 "children": [
63 { 33 {
64 34
65 } 35 }
66 ] 36 ]
67 } 37 }
68 ] 38 ]
69 }, 39 },
70 { 40 {
(...skipping 27 matching lines...) Expand all
98 } 68 }
99 ] 69 ]
100 } 70 }
101 ] 71 ]
102 } 72 }
103 ] 73 ]
104 } 74 }
105 ] 75 ]
106 } 76 }
107 77
OLDNEW
« no previous file with comments | « LayoutTests/platform/win-xp/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698