Bug 1292447: part 9 - Update test_value_computation.html. draft
authorAstley Chen <aschen@mozilla.com>
Mon, 03 Oct 2016 18:14:21 +0800
changeset 420160 7bc9159b254615491ae5403b62057b41f00d5a7b
parent 420159 c502c222dbbb68c22a316e3ad6b3f54bc13a8ab2
child 420161 12fd19f6d78412018449369ad3041c0bcb9cef09
push id31116
push useraschen@mozilla.com
push dateMon, 03 Oct 2016 15:25:03 +0000
bugs1292447
milestone52.0a1
Bug 1292447: part 9 - Update test_value_computation.html. MozReview-Commit-ID: KFTbWd2oHWg
layout/style/test/test_value_computation.html
--- a/layout/style/test/test_value_computation.html
+++ b/layout/style/test/test_value_computation.html
@@ -52,48 +52,29 @@ var gBadComputed = {
 
   // This is the only SVG-length property (i.e., length allowing
   // unitless lengths) whose initial value is zero.
   "stroke-dashoffset": [ "0", "-moz-objectValue" ],
 };
 
 var gBadComputedNoFrame = {
   // These are probably bogus tests...
-  "border-radius": [ "0%", "calc(-1%)", "calc(0px) calc(0pt) calc(0%) calc(0em)" ],
-  "border-bottom-left-radius": [ "0%", "calc(-1%)" ],
-  "border-bottom-right-radius": [ "0%", "calc(-1%)" ],
-  "border-top-left-radius": [ "0%", "calc(-1%)" ],
-  "border-top-right-radius": [ "0%", "calc(-1%)" ],
-  "-webkit-border-radius": [ "0%", "calc(-1%)", "calc(0px) calc(0pt) calc(0%) calc(0em)" ],
-  "-webkit-border-bottom-left-radius": [ "0%", "calc(-1%)" ],
-  "-webkit-border-bottom-right-radius": [ "0%", "calc(-1%)" ],
-  "-webkit-border-top-left-radius": [ "0%", "calc(-1%)" ],
-  "-webkit-border-top-right-radius": [ "0%", "calc(-1%)" ],
   "-moz-margin-end": [ "0%", "calc(0% + 0px)" ],
   "-moz-margin-start": [ "0%", "calc(0% + 0px)" ],
-  "-moz-outline-radius": [ "0%", "calc(-1%)", "calc(0px) calc(0pt) calc(0%) calc(0em)" ],
-  "-moz-outline-radius-bottomleft": [ "0%", "calc(-1%)" ],
-  "-moz-outline-radius-bottomright": [ "0%", "calc(-1%)" ],
-  "-moz-outline-radius-topleft": [ "0%", "calc(-1%)" ],
-  "-moz-outline-radius-topright": [ "0%", "calc(-1%)" ],
   "-moz-padding-end": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "-moz-padding-start": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "margin": [ "0% 0px 0em 0pt" ],
   "margin-block-end": [ "0%", "calc(0% + 0px)" ],
   "margin-block-start": [ "0%", "calc(0% + 0px)" ],
   "margin-bottom": [ "0%", "calc(0% + 0px)" ],
   "margin-inline-end": [ "0%", "calc(0% + 0px)" ],
   "margin-inline-start": [ "0%", "calc(0% + 0px)" ],
   "margin-left": [ "0%", "calc(0% + 0px)" ],
   "margin-right": [ "0%", "calc(0% + 0px)" ],
   "margin-top": [ "0%", "calc(0% + 0px)" ],
-  "min-block-size": [ "calc(-1%)" ],
-  "min-height": [ "calc(-1%)" ],
-  "min-inline-size": [ "calc(-1%)" ],
-  "min-width": [ "calc(-1%)" ],
   "padding": [ "0% 0px 0em 0pt", "calc(0px) calc(0em) calc(-2px) calc(-1%)" ],
   "padding-block-end": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-block-start": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-bottom": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-inline-end": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-inline-start": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-left": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],
   "padding-right": [ "0%", "calc(0% + 0px)", "calc(-1%)" ],