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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 1655553002: Update svg's root paint offset property during paint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only update SVG paint offset property Created 4 years, 10 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
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": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "prefix": "spv2", 197 "prefix": "spv2",
198 "base": "fast/block", 198 "base": "fast/block",
199 "args": ["--enable-slimming-paint-v2"] 199 "args": ["--enable-slimming-paint-v2"]
200 }, 200 },
201 { 201 {
202 "prefix": "spv2", 202 "prefix": "spv2",
203 "base": "fast/borders", 203 "base": "fast/borders",
204 "args": ["--enable-slimming-paint-v2"] 204 "args": ["--enable-slimming-paint-v2"]
205 }, 205 },
206 { 206 {
207 "prefix": "spv2",
208 "base": "svg",
209 "args": ["--enable-slimming-paint-v2"]
210 },
211 {
207 "prefix": "scalefactor200", 212 "prefix": "scalefactor200",
208 "base": "fast/hidpi/static", 213 "base": "fast/hidpi/static",
209 "args": ["--force-device-scale-factor=2"] 214 "args": ["--force-device-scale-factor=2"]
210 }, 215 },
211 { 216 {
212 "prefix": "scalefactor150", 217 "prefix": "scalefactor150",
213 "base": "fast/hidpi/static", 218 "base": "fast/hidpi/static",
214 "args": ["--force-device-scale-factor=1.5"] 219 "args": ["--force-device-scale-factor=1.5"]
215 }, 220 },
216 { 221 {
217 "prefix": "scalefactor200withzoom", 222 "prefix": "scalefactor200withzoom",
218 "base": "fast/hidpi/static", 223 "base": "fast/hidpi/static",
219 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 224 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
220 } 225 }
221 ] 226 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/virtual/spv2/svg/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698