Auto merge of #23609 - emilio:gecko-sync, r=emilio

style: Sync changes from mozilla-central.

See individual commits for details.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23609)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-25 08:37:14 -04:00 committed by GitHub
commit 1001c7a441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 1188 additions and 1644 deletions

View file

@ -1,24 +1,9 @@
[background-size-001.html]
type: testharness
[background-size_length_zero]
[background-size_length_auto]
expected: FAIL
[background-size_length_negative_zero]
expected: FAIL
[background-size_length_positive_zero]
expected: FAIL
[background-size_length_normal]
expected: FAIL
[background-size_percentage_min]
expected: FAIL
[background-size_percentage_normal]
expected: FAIL
[background-size_percentage_max]
[background-size_percentage_auto]
expected: FAIL

View file

@ -1,10 +1,3 @@
[background-size-computed.html]
[Property background-size value '1px' computes to '1px']
expected: FAIL
[Property background-size value 'auto 1px, 2% 3%, contain' computes to 'auto 1px']
expected: FAIL
[Property background-size value '1px auto' computes to '1px']
expected: FAIL

View file

@ -18431,7 +18431,7 @@
"testharness"
],
"mozilla/calc.html": [
"2408f196c000a5d0f05cb35db4c8607486810351",
"80aa06e2ae7cd5db585873f147a21382b279b86e",
"testharness"
],
"mozilla/canvas.initial.reset.2dstate.html": [

View file

@ -144,7 +144,7 @@ var otherProperties = [
['border-spacing', 'calc(1px)', 'calc(1px)'],
['transform-origin', 'calc(1px + 0%)', 'calc(0% + 1px) center 0px'],
['perspective-origin', 'calc(1px + 0%)', 'calc(0% + 1px) center'],
['background-size', 'calc(1px + 0%)', 'calc(0% + 1px) auto'],
['background-size', 'calc(1px + 0%)', 'calc(0% + 1px)'],
['background-position', 'calc(1px + 0%) calc(2px + 0%)', 'calc(0% + 1px) calc(0% + 2px)'],
['border-top-left-radius', 'calc(1px + 0%)', 'calc(0% + 1px)'],
['border-bottom-left-radius', 'calc(1px + 0%)', 'calc(0% + 1px)'],