Add initial support for sticky positioning for non-legacy layout (#30686)

* Add initial support for sticky positioning for non-legacy layout

Many tests still fail for a variety of reasons. One of the primary ones
is that CSSOM currently does not return correct values for elements
positioned by sticky nodes. This requires changes to WebRender to work
properly.

* Fix an assertion failure in the legacy layout sticky code
This commit is contained in:
Martin Robinson
2023-11-29 10:03:24 +01:00
committed by GitHub
parent bab2b58216
commit a05598402e
37 changed files with 248 additions and 1206 deletions

View File

@@ -1,2 +1,2 @@
[position-sticky-inline.html]
expected: FAIL
expected: TIMEOUT