Bug 1387939 - Enable test cases for interpolation between 'auto' and other values on stylo. r?boris draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 15 Aug 2017 13:16:21 +0900
changeset 646340 308be0c9822ebbf31208c10e708793fcd18a0093
parent 646339 497aa7777ba4d77a57d21b997cfbe2f03bec34f1
child 646341 85e30b2b3c78ad124468786078435cf22707c4e7
push id74076
push userhikezoe@mozilla.com
push dateTue, 15 Aug 2017 04:16:49 +0000
reviewersboris
bugs1387939
milestone57.0a1
Bug 1387939 - Enable test cases for interpolation between 'auto' and other values on stylo. r?boris MozReview-Commit-ID: ExV5yoVVxBZ
layout/style/test/test_transitions_per_property.html
--- a/layout/style/test/test_transitions_per_property.html
+++ b/layout/style/test/test_transitions_per_property.html
@@ -67,26 +67,20 @@ var skippedProperties = {
     "background-position-x": true,  // Bug 1387946
     "background-position-y": true,  // Bug 1387946
     "background-size": true,        // Bug 1387946
     "mask-position": true,          // Bug 1387946
     "mask-position-x": true,        // Bug 1387946
     "mask-position-y": true,        // Bug 1387946
     "mask-size": true,              // Bug 1387946
     "box-shadow": true,             // Bug 1387973
-    "caret-color": true,            // Bug 1387951
-    "clip": true,                   // Bug 1387951
-    "column-count": true,           // Bug 1387939
-    "-moz-image-region": true,      // Bug 1387951
-    "order": true,                  // Bug 1387939
     "stroke-dasharray": true,       // Bug 1387986
     "stroke-dashoffset": true,      // Bug 1369614
     "stroke-width": true,           // Bug 1369614
     "text-shadow": true,            // Bug 1387973
-    "z-index": true,                // Bug 1387939
 };
 
 var supported_properties = {
     "border-bottom-left-radius": [ test_radius_transition ],
     "border-bottom-right-radius": [ test_radius_transition ],
     "border-top-left-radius": [ test_radius_transition ],
     "border-top-right-radius": [ test_radius_transition ],
     "-moz-box-flex": [ test_float_zeroToOne_transition,