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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 833393003: [New Multicolumn] Add a drawing recorder for column rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Copy regionbasedmulticol Mac failures, including one that has a failing platform expectation. Created 5 years, 11 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": "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 "--enable-impl-side-painting"] 7 "--enable-impl-side-painting"]
8 }, 8 },
9 { 9 {
10 "prefix": "gpu", 10 "prefix": "gpu",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "prefix": "slimmingpaint", 193 "prefix": "slimmingpaint",
194 "base": "svg/foreignObject", 194 "base": "svg/foreignObject",
195 "args": ["--enable-slimming-paint", "--enable-impl-side-painting"] 195 "args": ["--enable-slimming-paint", "--enable-impl-side-painting"]
196 }, 196 },
197 { 197 {
198 "prefix": "slimmingpaint", 198 "prefix": "slimmingpaint",
199 "base": "fast/css", 199 "base": "fast/css",
200 "args": ["--enable-slimming-paint", "--enable-impl-side-painting"] 200 "args": ["--enable-slimming-paint", "--enable-impl-side-painting"]
201 }, 201 },
202 { 202 {
203 "prefix": "slimmingpaint",
204 "base": "fast/multicol",
205 "args": ["--enable-slimming-paint", "--enable-impl-side-painting", "--enable -region-based-columns"]
206 },
207 {
203 "prefix": "rootlayerscrolls", 208 "prefix": "rootlayerscrolls",
204 "base": "fast/scrolling", 209 "base": "fast/scrolling",
205 "args": ["--root-layer-scrolls"] 210 "args": ["--root-layer-scrolls"]
206 } 211 }
207 ] 212 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/multicol/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698