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

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

Issue 1168373005: Auto-rebaseline for r196778 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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], 14 [866, 0, 1, 17],
15 [0, 18, 882, 17], 15 [0, 0, 867, 18],
16 [0, 0, 5000, 5000], 16 [-1, 18, 883, 18],
17 [0, 0, 867, 17], 17 [-1, 0, 5001, 5000],
18 [-1134, -2000, 1, 17], 18 [-1134, -2000, 1, 17],
19 [-2000, -1982, 882, 17], 19 [-2000, -2000, 867, 18],
20 [-2000, -2000, 5000, 5000], 20 [-2001, -1982, 883, 18],
21 [-2000, -2000, 867, 17] 21 [-2001, -2000, 5001, 5000]
22 ], 22 ],
23 "paintInvalidationClients": [ 23 "paintInvalidationClients": [
24 "LayoutBlockFlow DIV id='content'", 24 "LayoutBlockFlow DIV id='content'",
25 "LayoutText #text", 25 "LayoutText #text",
26 "InlineTextBox 'Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,\n'", 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.'", 27 "InlineTextBox 'and there is no red when the scrolling container is scrolled.'",
28 "LayoutBR BR", 28 "LayoutBR BR",
29 "InlineTextBox '\n'", 29 "InlineTextBox '\n'",
30 "LayoutText #text", 30 "LayoutText #text",
31 "InlineTextBox 'Note for manual testing: must run with --enable-pref er-compositing-to-lcd-text\n'", 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.'" 32 "InlineTextBox 'on non-high-dpi machines to enable composited scroll ing.'"
33 ], 33 ],
34 "children": [ 34 "children": [
35 { 35 {
36 "bounds": [485, 485], 36 "bounds": [485, 485],
37 "children": [ 37 "children": [
38 { 38 {
39 "bounds": [5000, 5000], 39 "bounds": [5000, 5000],
40 "drawsContent": true, 40 "drawsContent": true,
41 "repaintRects": [ 41 "repaintRects": [
42 [2866, 2000, 1, 17], 42 [2866, 2000, 1, 17],
43 [2000, 2018, 882, 17], 43 [2000, 2000, 867, 18],
44 [2000, 2000, 5000, 5000], 44 [1999, 2018, 883, 18],
45 [2000, 2000, 867, 17], 45 [1999, 2000, 5001, 5000],
46 [866, 0, 1, 17], 46 [866, 0, 1, 17],
47 [0, 18, 882, 17], 47 [0, 0, 867, 18],
48 [0, 0, 5000, 5000], 48 [-1, 18, 883, 18],
49 [0, 0, 867, 17] 49 [-1, 0, 5001, 5000]
50 ], 50 ],
51 "paintInvalidationClients": [ 51 "paintInvalidationClients": [
52 "LayoutBlockFlow DIV id='content'", 52 "LayoutBlockFlow DIV id='content'",
53 "LayoutText #text", 53 "LayoutText #text",
54 "InlineTextBox 'Tests invalidation of scrolling layer. Passe s if the repaint rect is not clipped,\n'", 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.'", 55 "InlineTextBox 'and there is no red when the scrolling conta iner is scrolled.'",
56 "LayoutBR BR", 56 "LayoutBR BR",
57 "InlineTextBox '\n'", 57 "InlineTextBox '\n'",
58 "LayoutText #text", 58 "LayoutText #text",
59 "InlineTextBox 'Note for manual testing: must run with --ena ble-prefer-compositing-to-lcd-text\n'", 59 "InlineTextBox 'Note for manual testing: must run with --ena ble-prefer-compositing-to-lcd-text\n'",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 } 98 }
99 ] 99 ]
100 } 100 }
101 ] 101 ]
102 } 102 }
103 ] 103 ]
104 } 104 }
105 ] 105 ]
106 } 106 }
107 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698