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

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

Issue 2882383002: Add more virtual tests for off-main-thread-fetch (Closed)
Patch Set: add http/tests/fetch/chromium/README.txt Created 3 years, 7 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "base": "compositing", 113 "base": "compositing",
114 "args": ["--disable-slimming-paint-invalidation"] 114 "args": ["--disable-slimming-paint-invalidation"]
115 }, 115 },
116 { 116 {
117 "prefix": "disable-spinvalidation", 117 "prefix": "disable-spinvalidation",
118 "base": "paint", 118 "base": "paint",
119 "args": ["--disable-slimming-paint-invalidation"] 119 "args": ["--disable-slimming-paint-invalidation"]
120 }, 120 },
121 { 121 {
122 "prefix": "off-main-thread-fetch", 122 "prefix": "off-main-thread-fetch",
123 "base": "external/wpt/service-workers",
124 "args": ["--enable-features=OffMainThreadFetch"]
125 },
126 {
127 "prefix": "off-main-thread-fetch",
128 "base": "http/tests/fetch/chromium",
129 "args": ["--enable-features=OffMainThreadFetch"]
130 },
131 {
132 "prefix": "off-main-thread-fetch",
123 "base": "http/tests/fetch/workers", 133 "base": "http/tests/fetch/workers",
124 "args": ["--enable-features=OffMainThreadFetch"] 134 "args": ["--enable-features=OffMainThreadFetch"]
125 }, 135 },
126 { 136 {
127 "prefix": "off-main-thread-fetch", 137 "prefix": "off-main-thread-fetch",
138 "base": "http/tests/inspector/service-workers",
139 "args": ["--enable-features=OffMainThreadFetch"]
140 },
141 {
142 "prefix": "off-main-thread-fetch",
143 "base": "http/tests/misc",
144 "args": ["--enable-features=OffMainThreadFetch"]
145 },
146 {
147 "prefix": "off-main-thread-fetch",
148 "base": "http/tests/security/cookies",
149 "args": ["--enable-features=OffMainThreadFetch"]
150 },
151 {
152 "prefix": "off-main-thread-fetch",
153 "base": "http/tests/serviceworker",
154 "args": ["--enable-features=OffMainThreadFetch"]
155 },
156 {
157 "prefix": "off-main-thread-fetch",
128 "base": "http/tests/xmlhttprequest/workers", 158 "base": "http/tests/xmlhttprequest/workers",
129 "args": ["--enable-features=OffMainThreadFetch"] 159 "args": ["--enable-features=OffMainThreadFetch"]
130 }, 160 },
131 { 161 {
162 "prefix": "off-main-thread-fetch",
163 "base": "http/tests/workers",
164 "args": ["--enable-features=OffMainThreadFetch"]
165 },
166 {
132 "prefix": "origin-trials-runtimeflags-disabled", 167 "prefix": "origin-trials-runtimeflags-disabled",
133 "base": "http/tests/origin_trials/webexposed", 168 "base": "http/tests/origin_trials/webexposed",
134 "args": ["--disable-blink-features=ForeignFetch,InstalledApp,LinkServiceWork er,LongTaskObserver,SetRootScroller,WebUSB,WebVR,WebShare"] 169 "args": ["--disable-blink-features=ForeignFetch,InstalledApp,LinkServiceWork er,LongTaskObserver,SetRootScroller,WebUSB,WebVR,WebShare"]
135 }, 170 },
136 { 171 {
137 "prefix": "android", 172 "prefix": "android",
138 "base": "fullscreen", 173 "base": "fullscreen",
139 "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositin g", 174 "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositin g",
140 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text", 175 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text",
141 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch", 176 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "prefix": "new-remote-playback-pipeline", 470 "prefix": "new-remote-playback-pipeline",
436 "base": "media/remoteplayback", 471 "base": "media/remoteplayback",
437 "args": ["--enable-features=NewRemotePlaybackPipeline"] 472 "args": ["--enable-features=NewRemotePlaybackPipeline"]
438 }, 473 },
439 { 474 {
440 "prefix": "new-remote-playback-pipeline", 475 "prefix": "new-remote-playback-pipeline",
441 "base": "media/controls", 476 "base": "media/controls",
442 "args": ["--enable-features=NewRemotePlaybackPipeline"] 477 "args": ["--enable-features=NewRemotePlaybackPipeline"]
443 } 478 }
444 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698