mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
Auto merge of #25763 - mrobinson:stacking-contexts-v1, r=SimonSapin
Add initial support for stacking contexts to layout_2020 These changes add initial support for stacking contexts, enabling some parts of z-index to work properly. --- <!-- 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
13ff7ce621
27 changed files with 422 additions and 85 deletions
|
@ -0,0 +1,2 @@
|
|||
[position-sticky-stacking-context.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[opacity_stacking_context_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position_relative_painting_order_a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position_relative_stacking_context_a.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[transform_stacking_context_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue