mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
commit
9c6897c967
174 changed files with 6374 additions and 59 deletions
|
@ -1,2 +0,0 @@
|
|||
[inline_stacking_context.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[overflow_transformed_sc.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[overflow_transformed_sc_rotate.html]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[perspective.html]
|
||||
[Parsing of the perspective property]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[pixel_snapping_position_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[relative_position_clip_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[transform_3d.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[transform_optimization.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[transform_simple_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[translate_clip.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue