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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1187503004: Enable slimming paint for virtual/antialiasedtext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More NeedsRebaseline 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
« no previous file with comments | « LayoutTests/TestExpectations ('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 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "canvas/philip", 10 "base": "canvas/philip",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 }, 94 },
95 { 95 {
96 "prefix": "linux-subpixel", 96 "prefix": "linux-subpixel",
97 "base": "platform/linux/fast/text/subpixel", 97 "base": "platform/linux/fast/text/subpixel",
98 "args": ["--enable-webkit-text-subpixel-positioning"] 98 "args": ["--enable-webkit-text-subpixel-positioning"]
99 }, 99 },
100 { 100 {
101 "prefix": "antialiasedtext", 101 "prefix": "antialiasedtext",
102 "base": "fast/text", 102 "base": "fast/text",
103 "args": ["--enable-direct-write", 103 "args": ["--enable-direct-write",
104 "--enable-font-antialiasing"] 104 "--enable-font-antialiasing",
105 "--enable-slimming-paint"]
105 }, 106 },
106 { 107 {
107 "prefix": "threaded", 108 "prefix": "threaded",
108 "base": "printing", 109 "base": "printing",
109 "args": ["--enable-threaded-compositing"] 110 "args": ["--enable-threaded-compositing"]
110 }, 111 },
111 112
112 { 113 {
113 "prefix": "slimmingpaint", 114 "prefix": "slimmingpaint",
114 "base": "compositing", 115 "base": "compositing",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "prefix": "pointerevent", 224 "prefix": "pointerevent",
224 "base": "fast/events", 225 "base": "fast/events",
225 "args": ["--enable-blink-features=PointerEvent"] 226 "args": ["--enable-blink-features=PointerEvent"]
226 }, 227 },
227 { 228 {
228 "prefix": "pointerevent", 229 "prefix": "pointerevent",
229 "base": "imported/web-platform-tests/pointerevents", 230 "base": "imported/web-platform-tests/pointerevents",
230 "args": ["--enable-blink-features=PointerEvent"] 231 "args": ["--enable-blink-features=PointerEvent"]
231 } 232 }
232 ] 233 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698