Bug 1350140: Fix computation of border and outline-width when the border or outline style change. r?heycam draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Fri, 24 Mar 2017 20:19:14 +0100
changeset 553201 ae759ce9604e426f7078e3f3088bbb26ad3b67d0
parent 553200 20af0c52886fc8f69c3a027d5abb37b5fdef85d8
child 553202 2ecc51a80d491aa559766cf906a5c64e3f7cb426
push id51547
push userbmo:emilio+bugs@crisal.io
push dateWed, 29 Mar 2017 14:49:00 +0000
reviewersheycam
bugs1350140
milestone55.0a1
Bug 1350140: Fix computation of border and outline-width when the border or outline style change. r?heycam MozReview-Commit-ID: FjMS47YNNX8
layout/style/test/stylo-failures.md
--- a/layout/style/test/stylo-failures.md
+++ b/layout/style/test/stylo-failures.md
@@ -384,17 +384,16 @@ to mochitest command.
 * test_value_storage.html `font-size: calc(`: clamp negative value servo/servo#15296 [3]
 * rounding issue
   * test_value_storage.html `33.5833px` [2]
   * ... `0.766667px` [2]
   * ... `105.333px` [2]
 * test_value_storage.html `: var(--a)`: extra whitespace is added for shorthand with variables servo/servo#15295 [*]
 * border-width computed wrong bug 1335990
   * test_parse_rule.html `border-style` [4]
-  * test_initial_computation.html `0px", expected "3px` [48]
 * Negative value should be rejected
   * test_property_syntax_errors.html `transition-duration`: servo/servo#15343 [20]
   * ... `perspective'`: servo/servo#15449 [20]
   * ... `'text-shadow'`: third length of text-shadow servo/servo#15999 [2]
   * ... `flex-basis`: servo/servo#15902 [6]
 * Quirks mode support
   * hashless color servo/servo#15341
     * test_property_syntax_errors.html `color: 000000` [22]