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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 729523002: Add fast/inline to virtual/slimmingpaint and make the tests pass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectation for fast/inline/justify-emphasis-inline-box.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/inline/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 }, 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 }, 134 },
135 { 135 {
136 "prefix": "textblob", 136 "prefix": "textblob",
137 "base": "svg/text", 137 "base": "svg/text",
138 "args": ["--enable-text-blobs"] 138 "args": ["--enable-text-blobs"]
139 }, 139 },
140 { 140 {
141 "prefix": "slimmingpaint", 141 "prefix": "slimmingpaint",
142 "base": "fast/block", 142 "base": "fast/block",
143 "args": ["--enable-slimming-paint"] 143 "args": ["--enable-slimming-paint"]
144 },
145 {
146 "prefix": "slimmingpaint",
147 "base": "fast/inline",
148 "args": ["--enable-slimming-paint"]
144 } 149 }
145 ] 150 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/inline/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698