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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 736263003: Add fast/inline-block to the slimmingpaint virtual testsuite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline fast/inline-block/tricky-baseline.html 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"]
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "base": "fast/block", 142 "base": "fast/block",
143 "args": ["--enable-slimming-paint"] 143 "args": ["--enable-slimming-paint"]
144 }, 144 },
145 { 145 {
146 "prefix": "slimmingpaint", 146 "prefix": "slimmingpaint",
147 "base": "fast/inline", 147 "base": "fast/inline",
148 "args": ["--enable-slimming-paint"] 148 "args": ["--enable-slimming-paint"]
149 }, 149 },
150 { 150 {
151 "prefix": "slimmingpaint", 151 "prefix": "slimmingpaint",
152 "base": "fast/inline-block",
153 "args": ["--enable-slimming-paint"]
154 },
155 {
156 "prefix": "slimmingpaint",
152 "base": "fast/table", 157 "base": "fast/table",
153 "args": ["--enable-slimming-paint"] 158 "args": ["--enable-slimming-paint"]
154 } 159 }
155 ] 160 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/inline-block/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698