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:
Martin Robinson 2020-02-13 17:22:22 +01:00
parent 318cc16799
commit 4a2787b974
21 changed files with 235 additions and 58 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,2 +0,0 @@
[z-index-dynamic-001.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