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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1189083002: Enable slimming paint for virtual/pointerevent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsManualRebaseline 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 "--enable-slimming-paint"] 7 "--enable-slimming-paint"]
8 }, 8 },
9 { 9 {
10 "prefix": "display_list_2d_canvas", 10 "prefix": "display_list_2d_canvas",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "args": ["--enable-blink-features=ScrollCustomization"] 211 "args": ["--enable-blink-features=ScrollCustomization"]
212 }, 212 },
213 { 213 {
214 "prefix": "smoothscrolling", 214 "prefix": "smoothscrolling",
215 "base": "fast/events/touch/gesture", 215 "base": "fast/events/touch/gesture",
216 "args": ["--enable-smooth-scrolling"] 216 "args": ["--enable-smooth-scrolling"]
217 }, 217 },
218 { 218 {
219 "prefix": "pointerevent", 219 "prefix": "pointerevent",
220 "base": "fast/events", 220 "base": "fast/events",
221 "args": ["--enable-blink-features=PointerEvent"] 221 "args": ["--enable-blink-features=PointerEvent",
222 "--enable-slimming-paint"]
222 }, 223 },
223 { 224 {
224 "prefix": "pointerevent", 225 "prefix": "pointerevent",
225 "base": "imported/web-platform-tests/pointerevents", 226 "base": "imported/web-platform-tests/pointerevents",
226 "args": ["--enable-blink-features=PointerEvent"] 227 "args": ["--enable-blink-features=PointerEvent",
228 "--enable-slimming-paint"]
227 } 229 }
228 ] 230 ]
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