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

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

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 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],
(...skipping 17 matching lines...) Expand all
28 "LayoutText #text", 28 "LayoutText #text",
29 "InlineTextBox 'Note for manual testing: must run with --enable-pref er-compositing-to-lcd-text\n'", 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.'" 30 "InlineTextBox 'on non-high-dpi machines to enable composited scroll ing.'"
31 ], 31 ],
32 "children": [ 32 "children": [
33 { 33 {
34 "bounds": [485, 485], 34 "bounds": [485, 485],
35 "children": [ 35 "children": [
36 { 36 {
37 "bounds": [5000, 5000], 37 "bounds": [5000, 5000],
38 "shouldFlattenTransform": false,
39 "drawsContent": true, 38 "drawsContent": true,
40 "repaintRects": [ 39 "repaintRects": [
41 [2000, 2020, 821, 19], 40 [2000, 2020, 821, 19],
42 [2000, 2000, 5000, 5000], 41 [2000, 2000, 5000, 5000],
43 [2000, 2000, 801, 19], 42 [2000, 2000, 801, 19],
44 [0, 20, 821, 19], 43 [0, 20, 821, 19],
45 [0, 0, 5000, 5000], 44 [0, 0, 5000, 5000],
46 [0, 0, 801, 19] 45 [0, 0, 801, 19]
47 ], 46 ],
48 "paintInvalidationClients": [ 47 "paintInvalidationClients": [
49 "LayoutBlockFlow DIV id='content'", 48 "LayoutBlockFlow DIV id='content'",
50 "LayoutText #text", 49 "LayoutText #text",
51 "InlineTextBox 'Tests invalidation of scrolling layer. Passe s if the repaint rect is not clipped,\n'", 50 "InlineTextBox 'Tests invalidation of scrolling layer. Passe s if the repaint rect is not clipped,\n'",
52 "InlineTextBox 'and there is no red when the scrolling conta iner is scrolled.'", 51 "InlineTextBox 'and there is no red when the scrolling conta iner is scrolled.'",
53 "LayoutBR BR", 52 "LayoutBR BR",
54 "InlineTextBox '\n'", 53 "InlineTextBox '\n'",
55 "LayoutText #text", 54 "LayoutText #text",
56 "InlineTextBox 'Note for manual testing: must run with --ena ble-prefer-compositing-to-lcd-text\n'", 55 "InlineTextBox 'Note for manual testing: must run with --ena ble-prefer-compositing-to-lcd-text\n'",
57 "InlineTextBox 'on non-high-dpi machines to enable composite d scrolling.'" 56 "InlineTextBox 'on non-high-dpi machines to enable composite d scrolling.'"
58 ], 57 ],
59 "children": [ 58 "children": [
60 { 59 {
61 "shouldFlattenTransform": false 60
62 } 61 }
63 ] 62 ]
64 } 63 }
65 ] 64 ]
66 }, 65 },
67 { 66 {
68 "children": [ 67 "children": [
69 { 68 {
70 "position": [0, 485], 69 "position": [0, 485],
71 "bounds": [485, 15], 70 "bounds": [485, 15],
(...skipping 23 matching lines...) Expand all
95 } 94 }
96 ] 95 ]
97 } 96 }
98 ] 97 ]
99 } 98 }
100 ] 99 ]
101 } 100 }
102 ] 101 ]
103 } 102 }
104 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698