Bug 1333154 - Use 'left' and 'right' for 'clear' property animation. r?daisuke draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 24 Jan 2017 11:06:09 +0900
changeset 465447 21033022b8b40ffee1c1caa942471608429e2050
parent 465446 26543b415dc40719c869fc63e24af711f47622cf
child 543142 0731e8d391d8bc014c51eb42c55bb9b5b4a1f4f1
push id42592
push userhikezoe@mozilla.com
push dateTue, 24 Jan 2017 02:07:18 +0000
reviewersdaisuke
bugs1333154, 1253919
milestone52.0
Bug 1333154 - Use 'left' and 'right' for 'clear' property animation. r?daisuke 'inline-start' and 'inline-end' are still behind the pref on beta channel (bug 1253919). MozReview-Commit-ID: Fje8PDT1qjA
testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html
--- a/testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html
+++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html
@@ -152,17 +152,17 @@ var gCSSProperties = {
     // https://drafts.csswg.org/css-tables/#propdef-caption-side
     "tests": [
       discrete("top", "bottom")
     ]
   },
   "clear": {
     // https://drafts.csswg.org/css-page-floats/#propdef-clear
     "tests": [
-      discrete("inline-start", "inline-end")
+      discrete("left", "right")
     ]
   },
   "clip-rule": {
     // https://drafts.fxtf.org/css-masking-1/#propdef-clip-rule
     tests: [
       discrete("evenodd", "nonzero")
     ]
   },