Bug 1382138 - Part 2: Add -moz-appearance property to moz prefixed properties test. r?hiro draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Mon, 14 Aug 2017 16:27:05 +0900
changeset 645753 dbfc9f1f91e4dae45a03489296f4bfd3bbe63e21
parent 645674 3bfcbdf5c6c381d5a8febb5c209e27a69fb89f9b
child 726010 8b1f001170ee3c4c74acf868a5d8171af261d96f
push id73871
push userbmo:dakatsuka@mozilla.com
push dateMon, 14 Aug 2017 07:27:30 +0000
reviewershiro
bugs1382138
milestone57.0a1
Bug 1382138 - Part 2: Add -moz-appearance property to moz prefixed properties test. r?hiro Since we made -moz-appearance animatable, append to the moz prefixed properties test. MozReview-Commit-ID: 9tdouU1umEB
dom/animation/test/mozilla/test_moz-prefixed-properties.html
--- a/dom/animation/test/mozilla/test_moz-prefixed-properties.html
+++ b/dom/animation/test/mozilla/test_moz-prefixed-properties.html
@@ -9,16 +9,19 @@
 </head>
 <body>
 <div id="log"></div>
 <script>
 "use strict";
 
 const testcases = [
   {
+    property: "-moz-appearance",
+  },
+  {
     property: "-moz-border-bottom-colors",
   },
   {
     property: "-moz-border-left-colors",
   },
   {
     property: "-moz-border-right-colors",
   },