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

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

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 3 years, 12 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "prefix": "mojo-loading", 284 "prefix": "mojo-loading",
285 "base": "webexposed", 285 "base": "webexposed",
286 "args": ["--enable-blink-features=LoadingWithMojo"] 286 "args": ["--enable-blink-features=LoadingWithMojo"]
287 }, 287 },
288 { 288 {
289 "prefix": "mojo-loading", 289 "prefix": "mojo-loading",
290 "base": "http/tests", 290 "base": "http/tests",
291 "args": ["--enable-blink-features=LoadingWithMojo"] 291 "args": ["--enable-blink-features=LoadingWithMojo"]
292 }, 292 },
293 { 293 {
294 "prefix": "mojo-loading",
295 "base": "css1",
296 "args": ["--enable-blink-features=LoadingWithMojo"]
297 },
298 {
294 "prefix": "scalefactor150", 299 "prefix": "scalefactor150",
295 "base": "fast/events/synthetic-events", 300 "base": "fast/events/synthetic-events",
296 "args": ["--force-device-scale-factor=1.5"] 301 "args": ["--force-device-scale-factor=1.5"]
297 }, 302 },
298 { 303 {
299 "prefix": "enable_wasm", 304 "prefix": "enable_wasm",
300 "base": "http/tests/wasm", 305 "base": "http/tests/wasm",
301 "args": ["--enable-features=WebAssembly"] 306 "args": ["--enable-features=WebAssembly"]
302 }, 307 },
303 { 308 {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "prefix": "spinvalidation", 359 "prefix": "spinvalidation",
355 "base": "paint", 360 "base": "paint",
356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
357 }, 362 },
358 { 363 {
359 "prefix": "spinvalidation", 364 "prefix": "spinvalidation",
360 "base": "svg", 365 "base": "svg",
361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
362 } 367 }
363 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698