Bug 1387949 - Make vertical-align animatable between percentage and percentage or length. r?birtles draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 15 Aug 2017 10:16:31 +0900
changeset 646235 df3b223f78a57eef3c12192252104ead3aedbe3b
parent 646228 99a4e0eb94805750ecac91e34ca528e053a7206d
child 726162 1b2d94fe25d603675cf0084d2fa5f7fbd4805ed7
push id74035
push userhikezoe@mozilla.com
push dateTue, 15 Aug 2017 01:16:52 +0000
reviewersbirtles
bugs1387949
milestone57.0a1
Bug 1387949 - Make vertical-align animatable between percentage and percentage or length. r?birtles MozReview-Commit-ID: 2ys36yj1zit
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
@@ -76,17 +76,16 @@ var skippedProperties = {
     "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
-    "vertical-align": true,         // Bug 1387949
     "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 ],