Bug 1355674 - stylo: Use prefixed values in ExtremumLength ; r=xidorn

MozReview-Commit-ID: KEPFAngPNkh
This commit is contained in:
Manish Goregaokar 2017-04-11 16:19:58 +08:00
parent 7191d9f9da
commit dbe0525057
4 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ fails == width-special-values-image-block.html width-special-values-image-block.
fails == width-special-values-image.html width-special-values-image.html
fails == width-special-values-block-intrinsic.html width-special-values-block-intrinsic.html
fails == width-special-values-float-intrinsic.html width-special-values-float-intrinsic.html
fails == minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic.html
== minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic.html
fails == width-special-values-cell-auto.html width-special-values-cell-auto.html
fails == width-special-values-cell-fixed.html width-special-values-cell-fixed.html
fails == box-sizing-1.html box-sizing-1.html

View File

@ -892,7 +892,7 @@ fails == 403519-1.html 403519-1.html
== 404030-1.html 404030-1.html
== 404030-1-notref.html 404030-1-notref.html
== 404030-1-notref2.html 404030-1-notref2.html
fails == 404123-1.html 404123-1.html
== 404123-1.html 404123-1.html
fails == 404123-2.html 404123-2.html
== 404123-3.html 404123-3.html
# may fail "randomly" on OS X, doesn't seem to be rendering usefully anyhow - bug 602469
@ -1138,7 +1138,7 @@ fails == 430412-1.html 430412-1.html
== 431520-1.html 431520-1.html
== 431948-1.html 431948-1.html
== 433640-1.html 433640-1.html
fails == 433700.html 433700.html
== 433700.html 433700.html
== 436356-1.html 436356-1.html
== 436356-2.html 436356-2.html
== 438537-1.html 438537-1.html

View File

@ -17,8 +17,8 @@ fuzzy-if(skiaContent,1,40768) == abs-pos-child-sizing.html abs-pos-child-sizing.
== legend-rtl.html legend-rtl.html # Bug 1340696
fails == fieldset-grid-001.html fieldset-grid-001.html
fails == fieldset-flexbox-001.html fieldset-flexbox-001.html
fails == fieldset-min-width-1a.html fieldset-min-width-1a.html
fails == fieldset-min-width-1b.html fieldset-min-width-1b.html
== fieldset-min-width-1a.html fieldset-min-width-1a.html
== fieldset-min-width-1b.html fieldset-min-width-1b.html
== fieldset-min-width-2a.html fieldset-min-width-2a.html
== fieldset-min-width-2b.html fieldset-min-width-2b.html
== legend-overlapping-right-border-1.html legend-overlapping-right-border-1.html # Bug 1340696

View File

@ -71,7 +71,7 @@ to mochitest command.
* test_bug887741_at-rules_in_declaration_lists.html `rules[2]` [1]
* @support
* test_supports_rules.html [1]
* test_box_size_keywords.html: moz-prefixed intrinsic size keyword value [64]
* test_box_size_keywords.html: moz-prefixed intrinsic size keyword value [16]
* test_bug357614.html: case-insensitivity for old attrs in attr selector servo/servo#15006 [2]
* mapped attribute not supported
* test_html_attribute_computed_values.html: also list-style-type [8]
@ -253,10 +253,10 @@ to mochitest command.
* ... `-webkit-repeating-` [35]
* moz-prefixed intrinsic width values
* test_flexbox_flex_shorthand.html `-moz-fit-content` [4]
* test_value_storage.html `-moz-max-content` [52]
* ... `-moz-min-content` [12]
* ... `-moz-fit-content` [12]
* ... `-moz-available` [10]
* test_value_storage.html `-moz-max-content` [46]
* ... `-moz-min-content` [6]
* ... `-moz-fit-content` [6]
* ... `-moz-available` [4]
* -moz-anchor-decoration value on text-decoration
* test_value_storage.html `-moz-anchor-decoration` [10]
* several prefixed values in cursor property