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

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

Issue 2669033009: Run virtual suite paint/invalidation with --disable-slimming-paint-invalidation (Closed)
Patch Set: Rebase Created 3 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": "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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "prefix": "stable", 92 "prefix": "stable",
93 "base": "animations-unprefixed", 93 "base": "animations-unprefixed",
94 "args": ["--stable-release-mode"] 94 "args": ["--stable-release-mode"]
95 }, 95 },
96 { 96 {
97 "prefix": "stable", 97 "prefix": "stable",
98 "base": "media/stable", 98 "base": "media/stable",
99 "args": ["--stable-release-mode"] 99 "args": ["--stable-release-mode"]
100 }, 100 },
101 { 101 {
102 "prefix": "stable", 102 "prefix": "disable-spinvalidation",
103 "base": "paint/invalidation", 103 "base": "paint/invalidation",
104 "args": ["--stable-release-mode"] 104 "args": ["--disable-slimming-paint-invalidation"]
105 }, 105 },
106 { 106 {
107 "prefix": "stable", 107 "prefix": "stable",
108 "base": "http/tests/origin_trials/webexposed", 108 "base": "http/tests/origin_trials/webexposed",
109 "args": ["--stable-release-mode"] 109 "args": ["--stable-release-mode"]
110 }, 110 },
111 { 111 {
112 "prefix": "origin-trials-features-disabled", 112 "prefix": "origin-trials-features-disabled",
113 "base": "http/tests/origin_trials/webexposed", 113 "base": "http/tests/origin_trials/webexposed",
114 "args": ["--disable-blink-features=ForeignFetch,ImageCapture,LinkServiceWork er,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR, WebShare", 114 "args": ["--disable-blink-features=ForeignFetch,ImageCapture,LinkServiceWork er,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR, WebShare",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "prefix": "mojo-localstorage", 355 "prefix": "mojo-localstorage",
356 "base": "external/wpt/webstorage", 356 "base": "external/wpt/webstorage",
357 "args": ["--mojo-local-storage"] 357 "args": ["--mojo-local-storage"]
358 }, 358 },
359 { 359 {
360 "prefix": "mojo-localstorage", 360 "prefix": "mojo-localstorage",
361 "base": "storage/domstorage/localstorage", 361 "base": "storage/domstorage/localstorage",
362 "args": ["--mojo-local-storage"] 362 "args": ["--mojo-local-storage"]
363 } 363 }
364 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698