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

@ -13,6 +13,10 @@ skip: true
skip: false
[box-display]
skip: false
[zindex]
skip: false
[zorder]
skip: false
[css-backgrounds]
skip: false
[cssom-view]

View file

@ -0,0 +1,2 @@
[stack-floats-001.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[stack-floats-002.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[stack-floats-003.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[stack-floats-004.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-015.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-016.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-017.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-018.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-019.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-001.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-002.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-003.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-004.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-005.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-abspos-007.xht]
expected: FAIL

View file

@ -0,0 +1,2 @@
[z-index-020.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[css3-background-origin-border-box.html]
expected: FAIL

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