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

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

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "args": ["--enable-threaded-compositing"] 57 "args": ["--enable-threaded-compositing"]
58 }, 58 },
59 { 59 {
60 "prefix": "threaded", 60 "prefix": "threaded",
61 "base": "fast/scroll-behavior", 61 "base": "fast/scroll-behavior",
62 "args": ["--enable-threaded-compositing", 62 "args": ["--enable-threaded-compositing",
63 "--enable-prefer-compositing-to-lcd-text"] 63 "--enable-prefer-compositing-to-lcd-text"]
64 }, 64 },
65 { 65 {
66 "prefix": "gpu-rasterization", 66 "prefix": "gpu-rasterization",
67 "base": "fast/images", 67 "base": "images",
68 "args": ["--force-gpu-rasterization"] 68 "args": ["--force-gpu-rasterization"]
69 }, 69 },
70 { 70 {
71 "prefix": "stable", 71 "prefix": "stable",
72 "base": "webexposed", 72 "base": "webexposed",
73 "args": ["--stable-release-mode"] 73 "args": ["--stable-release-mode"]
74 }, 74 },
75 { 75 {
76 "prefix": "stable", 76 "prefix": "stable",
77 "base": "http/tests/serviceworker/webexposed", 77 "base": "http/tests/serviceworker/webexposed",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "prefix": "layout_ng", 318 "prefix": "layout_ng",
319 "base": "fast/block/margin-collapse", 319 "base": "fast/block/margin-collapse",
320 "args": ["--enable-blink-features=LayoutNG"] 320 "args": ["--enable-blink-features=LayoutNG"]
321 }, 321 },
322 { 322 {
323 "prefix": "layout_ng", 323 "prefix": "layout_ng",
324 "base": "fast/block/float", 324 "base": "fast/block/float",
325 "args": ["--enable-blink-features=LayoutNG"] 325 "args": ["--enable-blink-features=LayoutNG"]
326 } 326 }
327 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698