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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 687363003: Run canvas layout tests with display lists enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added rebaseline Created 6 years, 1 month 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 { 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 }, 6 },
7 { 7 {
8 "prefix": "gpu", 8 "prefix": "gpu",
9 "base": "canvas/philip", 9 "base": "canvas/philip",
10 "args": ["--enable-accelerated-2d-canvas"] 10 "args": ["--enable-accelerated-2d-canvas"]
11 }, 11 },
12 { 12 {
13 "prefix": "display_list_2d_canvas",
14 "base": "fast/canvas",
15 "args": ["--enable-display-list-2d-canvas"]
16 },
17 {
18 "prefix": "display_list_2d_canvas",
19 "base": "canvas/philip",
20 "args": ["--enable-display-list-2d-canvas"]
21 },
22 {
13 "prefix": "threaded", 23 "prefix": "threaded",
14 "base": "compositing/visibility", 24 "base": "compositing/visibility",
15 "args": ["--enable-threaded-compositing"] 25 "args": ["--enable-threaded-compositing"]
16 }, 26 },
17 { 27 {
18 "prefix": "threaded", 28 "prefix": "threaded",
19 "base": "compositing/webgl", 29 "base": "compositing/webgl",
20 "args": ["--enable-threaded-compositing"] 30 "args": ["--enable-threaded-compositing"]
21 }, 31 },
22 { 32 {
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "prefix": "textblob", 147 "prefix": "textblob",
138 "base": "svg/text", 148 "base": "svg/text",
139 "args": ["--enable-text-blobs"] 149 "args": ["--enable-text-blobs"]
140 }, 150 },
141 { 151 {
142 "prefix": "slimmingpaint", 152 "prefix": "slimmingpaint",
143 "base": "fast/block", 153 "base": "fast/block",
144 "args": ["--enable-slimming-paint"] 154 "args": ["--enable-slimming-paint"]
145 } 155 }
146 ] 156 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/display_list_2d_canvas/canvas/philip/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698