Auto merge of #25818 - mrobinson:transforms, r=SimonSapin

Add initial support for transforms to layout_2020

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2020-02-24 12:45:43 -05:00 committed by GitHub
commit 9c6897c967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
174 changed files with 6374 additions and 59 deletions

View file

@ -1,2 +0,0 @@
[inline_stacking_context.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_transformed_sc.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_transformed_sc_rotate.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[perspective.html]
[Parsing of the perspective property]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pixel_snapping_position_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[relative_position_clip_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform_3d.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform_optimization.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[transform_simple_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[translate_clip.html]
expected: FAIL

View file

@ -56,9 +56,6 @@
[calc for counter-increment]
expected: FAIL
[calc for transform-origin]
expected: FAIL
[calc for order]
expected: FAIL
@ -83,9 +80,6 @@
[calc for border-spacing]
expected: FAIL
[calc for perspective-origin]
expected: FAIL
[calc(10px / 2)]
expected: FAIL