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

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

Issue 2000423009: Correctly position abspos content inside relpos inlines [spv2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Less indentation is more Created 4 years, 6 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 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "base": "fast/borders", 213 "base": "fast/borders",
214 "args": ["--enable-slimming-paint-v2"] 214 "args": ["--enable-slimming-paint-v2"]
215 }, 215 },
216 { 216 {
217 "prefix": "spv2", 217 "prefix": "spv2",
218 "base": "fast/clip", 218 "base": "fast/clip",
219 "args": ["--enable-slimming-paint-v2"] 219 "args": ["--enable-slimming-paint-v2"]
220 }, 220 },
221 { 221 {
222 "prefix": "spv2", 222 "prefix": "spv2",
223 "base": "fast/css",
224 "args": ["--enable-slimming-paint-v2"]
225 },
226 {
227 "prefix": "spv2",
223 "base": "fast/overflow", 228 "base": "fast/overflow",
224 "args": ["--enable-slimming-paint-v2"] 229 "args": ["--enable-slimming-paint-v2"]
225 }, 230 },
226 { 231 {
227 "prefix": "spv2", 232 "prefix": "spv2",
228 "base": "paint", 233 "base": "paint",
229 "args": ["--enable-slimming-paint-v2"] 234 "args": ["--enable-slimming-paint-v2"]
230 }, 235 },
231 { 236 {
232 "prefix": "spv2", 237 "prefix": "spv2",
(...skipping 14 matching lines...) Expand all
247 "prefix": "scalefactor200withzoom", 252 "prefix": "scalefactor200withzoom",
248 "base": "fast/hidpi/static", 253 "base": "fast/hidpi/static",
249 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 254 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
250 }, 255 },
251 { 256 {
252 "prefix": "documentwriteevaluator", 257 "prefix": "documentwriteevaluator",
253 "base": "http/tests/preload/document-write", 258 "base": "http/tests/preload/document-write",
254 "args": ["--enable-blink-features=DocumentWriteEvaluator"] 259 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
255 } 260 }
256 ] 261 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/virtual/spv2/fast/css/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698