Bug 1355402 - Update mochitest expectations for prefixed intrinsic size value of flex-basis. r?manishearth draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Sat, 20 May 2017 12:14:34 +0900
changeset 582353 92b46f368369240c5944ad27763a68622ffb24d4
parent 582352 cd2c9bc697025b3cd3bc3b068b338e88ff25cf3f
child 629736 9ccd2db3ba4a565783772d565cdb8f0645d850d9
push id60046
push userhikezoe@mozilla.com
push dateMon, 22 May 2017 09:05:31 +0000
reviewersmanishearth
bugs1355402
milestone55.0a1
Bug 1355402 - Update mochitest expectations for prefixed intrinsic size value of flex-basis. r?manishearth MozReview-Commit-ID: JBFibAVb8FO
layout/style/test/stylo-failures.md
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -94,22 +94,16 @@ to mochitest command.
     * test_specified_value_serialization.html `bug-721136` [1]
 * Unsupported prefixed values
   * moz-prefixed gradient functions bug 1337655
     * test_value_storage.html `-moz-linear-gradient` [322]
     * ... `-moz-radial-gradient` [309]
     * ... `-moz-repeating-` [298]
   * serialization of prefixed gradient functions bug 1358710
     * test_specified_value_serialization.html `-webkit-radial-gradient` [1]
-  * moz-prefixed intrinsic width values bug 1355402
-    * test_flexbox_flex_shorthand.html `-moz-fit-content` [4]
-    * test_value_storage.html `-moz-max-content` [43]
-    * ... `-moz-min-content` [3]
-    * ... `-moz-fit-content` [3]
-    * ... `-moz-available` [3]
   * -webkit-{flex,inline-flex} for display servo/servo#15400
     * test_webkit_flex_display.html [4]
 * Unsupported values
   * SVG-in-OpenType values not supported servo/servo#15211 bug 1355412
     * test_value_storage.html `context-` [7]
     * test_bug798843_pref.html [7]
 * Incorrect parsing
   * -moz-alt-content parsing is wrong: servo/servo#15726