mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Add initial stacking context paint order support to layout_2020
This adds very rudimentary support for paint order in stacking context. In particular z-index is now handled properly, apart from issues with hoisted fragments.
This commit is contained in:
parent
318cc16799
commit
4a2787b974
21 changed files with 235 additions and 58 deletions
|
@ -1,2 +0,0 @@
|
|||
[z-index-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-002.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-003.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-007.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-008.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-009.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-010.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-011.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-012.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-014.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[z-index-dynamic-001.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[css3-background-origin-border-box.html]
|
||||
expected: FAIL
|
|
@ -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