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

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

Issue 2880733002: Partially implement WorkerFetchContext and WorkerThreadableLoadingContext and add virtual tests (Closed)
Patch Set: incorporated kinuko's comment 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/workers/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": "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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "prefix": "disable-spinvalidation", 112 "prefix": "disable-spinvalidation",
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",
123 "base": "http/tests/fetch/workers",
124 "args": ["--enable-features=OffMainThreadFetch"]
125 },
126 {
127 "prefix": "off-main-thread-fetch",
128 "base": "http/tests/xmlhttprequest/workers",
129 "args": ["--enable-features=OffMainThreadFetch"]
130 },
131 {
122 "prefix": "origin-trials-runtimeflags-disabled", 132 "prefix": "origin-trials-runtimeflags-disabled",
123 "base": "http/tests/origin_trials/webexposed", 133 "base": "http/tests/origin_trials/webexposed",
124 "args": ["--disable-blink-features=ForeignFetch,InstalledApp,LinkServiceWork er,LongTaskObserver,SetRootScroller,WebUSB,WebVR,WebShare"] 134 "args": ["--disable-blink-features=ForeignFetch,InstalledApp,LinkServiceWork er,LongTaskObserver,SetRootScroller,WebUSB,WebVR,WebShare"]
125 }, 135 },
126 { 136 {
127 "prefix": "android", 137 "prefix": "android",
128 "base": "fullscreen", 138 "base": "fullscreen",
129 "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositin g", 139 "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositin g",
130 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text", 140 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text",
131 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch", 141 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "prefix": "new-remote-playback-pipeline", 435 "prefix": "new-remote-playback-pipeline",
426 "base": "media/remoteplayback", 436 "base": "media/remoteplayback",
427 "args": ["--enable-features=NewRemotePlaybackPipeline"] 437 "args": ["--enable-features=NewRemotePlaybackPipeline"]
428 }, 438 },
429 { 439 {
430 "prefix": "new-remote-playback-pipeline", 440 "prefix": "new-remote-playback-pipeline",
431 "base": "media/controls", 441 "base": "media/controls",
432 "args": ["--enable-features=NewRemotePlaybackPipeline"] 442 "args": ["--enable-features=NewRemotePlaybackPipeline"]
433 } 443 }
434 ] 444 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/http/tests/fetch/workers/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698