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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 761953002: Add fast/text to the Slimming Paint virtual testsuite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations w/ issue#. Created 6 years 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') | LayoutTests/virtual/slimmingpaint/fast/text/README.txt » ('j') | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 }, 156 },
157 { 157 {
158 "prefix": "slimmingpaint", 158 "prefix": "slimmingpaint",
159 "base": "fast/images", 159 "base": "fast/images",
160 "args": ["--enable-slimming-paint"] 160 "args": ["--enable-slimming-paint"]
161 }, 161 },
162 { 162 {
163 "prefix": "slimmingpaint", 163 "prefix": "slimmingpaint",
164 "base": "fast/table", 164 "base": "fast/table",
165 "args": ["--enable-slimming-paint"] 165 "args": ["--enable-slimming-paint"]
166 },
167 {
168 "prefix": "slimmingpaint",
169 "base": "fast/text",
170 "args": ["--enable-slimming-paint"]
166 } 171 }
167 ] 172 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/text/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698