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

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

Issue 2562033003: More virtual/spinvalidation tests (skipped by default) (Closed)
Patch Set: Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering", 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "base": "fast/block/float", 330 "base": "fast/block/float",
331 "args": ["--enable-blink-features=LayoutNG"] 331 "args": ["--enable-blink-features=LayoutNG"]
332 }, 332 },
333 { 333 {
334 "prefix": "feature-policy", 334 "prefix": "feature-policy",
335 "base": "http/tests/feature-policy", 335 "base": "http/tests/feature-policy",
336 "args": ["--enable-blink-features=FeaturePolicy"] 336 "args": ["--enable-blink-features=FeaturePolicy"]
337 }, 337 },
338 { 338 {
339 "prefix": "spinvalidation", 339 "prefix": "spinvalidation",
340 "base": "paint/invalidation", 340 "base": "compositing",
341 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
342 },
343 {
344 "prefix": "spinvalidation",
345 "base": "fast",
346 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
347 },
348 {
349 "prefix": "spinvalidation",
350 "base": "paint",
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
352 },
353 {
354 "prefix": "spinvalidation",
355 "base": "svg",
341 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
342 } 357 }
343 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698