Bug 1356941 - Use IntermediateColor for caret-color. r?birtles draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Mon, 24 Apr 2017 15:51:01 +0900
changeset 566984 3724ab1d20aed02fbbf4b4299e69e5400eda59a8
parent 566983 47777ed2808d5f4ce08068fee364c2d2a072eb35
child 566985 e0e777a04b2832b01fde3cc2ad57603eef4e2788
push id55398
push userhikezoe@mozilla.com
push dateMon, 24 Apr 2017 08:28:01 +0000
reviewersbirtles
bugs1356941
milestone55.0a1
Bug 1356941 - Use IntermediateColor for caret-color. r?birtles MozReview-Commit-ID: ERFaMfLL9tE
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -211689,17 +211689,17 @@
    "eee8ff07b3ec5e83e5f18305f5bc00eb72468443",
    "testharness"
   ],
   "web-animations/animation-model/animation-types/interpolation-per-property.html": [
    "55100f7d505bc8cbc966ced0d1337ed78534a553",
    "testharness"
   ],
   "web-animations/animation-model/animation-types/property-list.js": [
-   "4fa529fe470abb7a6fb4582d0174f1696b141f87",
+   "0d7f75b05e66da256fe4d2ecb17332ec7abccfd2",
    "support"
   ],
   "web-animations/animation-model/animation-types/property-types.js": [
    "7b79c51f6dc5c33aae127406509770159815c290",
    "support"
   ],
   "web-animations/animation-model/animation-types/spacing-keyframes-filters.html": [
    "bd771a8a18245560221d92ea3495f81918c09848",
--- 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
@@ -313,16 +313,20 @@ var gCSSProperties = {
     ]
   },
   'caption-side': {
     // https://drafts.csswg.org/css-tables/#propdef-caption-side
     types: [
       { type: 'discrete', options: [ [ 'top', 'bottom' ] ] }
     ]
   },
+  'caret-color': {
+    // https://drafts.csswg.org/css-ui/#propdef-caret-color
+    types: [ 'color' ]
+  },
   'clear': {
     // https://drafts.csswg.org/css-page-floats/#propdef-clear
     types: [
       { type: 'discrete', options: [ [ 'left', 'right' ] ] }
     ]
   },
   'clip': {
     // https://drafts.fxtf.org/css-masking-1/#propdef-clip