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

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

Issue 2492623002: Implementation for feature policy - vibrate. (Closed)
Patch Set: Update layout test result Created 4 years 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 }, 6 },
7 { 7 {
8 "prefix": "gpu", 8 "prefix": "gpu",
9 "base": "fast/canvas", 9 "base": "fast/canvas",
10 "args": ["--enable-accelerated-2d-canvas", 10 "args": ["--enable-accelerated-2d-canvas",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 }, 321 },
322 { 322 {
323 "prefix": "layout_ng", 323 "prefix": "layout_ng",
324 "base": "fast/block/margin-collapse", 324 "base": "fast/block/margin-collapse",
325 "args": ["--enable-blink-features=LayoutNG"] 325 "args": ["--enable-blink-features=LayoutNG"]
326 }, 326 },
327 { 327 {
328 "prefix": "layout_ng", 328 "prefix": "layout_ng",
329 "base": "fast/block/float", 329 "base": "fast/block/float",
330 "args": ["--enable-blink-features=LayoutNG"] 330 "args": ["--enable-blink-features=LayoutNG"]
331 },
332 {
333 "prefix": "feature-policy",
334 "base": "http/tests/feature-policy",
335 "args": ["--enable-blink-features=FeaturePolicy"]
331 } 336 }
332 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698