Bug 1369624 - enable WPT interpolation tests for SVG fill-opacity. draft
authorJeremy Chen <jeremychen@mozilla.com>
Thu, 08 Jun 2017 10:44:41 +0800
changeset 590858 f4ef5980ee546fde16c558d32bd02423e6576256
parent 590774 351a87f24a6f9f315567ec3db089db79c4c14981
child 590859 11651e58732e638f26f210f4ed61c104b1a2c82d
push id62854
push userbmo:jeremychen@mozilla.com
push dateThu, 08 Jun 2017 07:32:59 +0000
bugs1369624
milestone55.0a1
Bug 1369624 - enable WPT interpolation tests for SVG fill-opacity. MozReview-Commit-ID: 8FfcIF4UbkJ
testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
--- a/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
+++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
@@ -466,18 +466,17 @@ var gCSSProperties = {
   },
   'fill': {
     // https://svgwg.org/svg2-draft/painting.html#FillProperty
     types: [
     ]
   },
   'fill-opacity': {
     // https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty
-    types: [
-    ]
+    types: [ 'opacity' ]
   },
   'fill-rule': {
     // https://svgwg.org/svg2-draft/painting.html#FillRuleProperty
     types: [
       { type: 'discrete', options: [ [ 'evenodd', 'nonzero' ] ] }
     ]
   },
   'filter': {