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:
bors-servo 2020-02-17 07:32:41 -05:00 committed by GitHub
commit 13ff7ce621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 422 additions and 85 deletions

View file

@ -0,0 +1,2 @@
[position-sticky-stacking-context.html]
expected: FAIL

View file

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

View file

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

View file

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

View file

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