From d734d95a24f0b80406f20a0e4ea7c948532b3547 Mon Sep 17 00:00:00 2001 From: zcorpan Date: Tue, 12 Aug 2025 16:18:29 +0200 Subject: [PATCH] Quirks: Apply percentage height quirk to position: sticky See https://github.com/whatwg/quirks/pull/88 --- quirks/percentage-height-calculation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/quirks/percentage-height-calculation.html b/quirks/percentage-height-calculation.html index a40b8b7d3fccb1..408c25194f29c4 100644 --- a/quirks/percentage-height-calculation.html +++ b/quirks/percentage-height-calculation.html @@ -62,6 +62,7 @@ {style:'#foo { height:100px } #flex { display:inline-flex } #test { height:100% }', body:'
', q:0, s:0}, {style:'#foo { position:absolute } #test { height:100% }', body:'
', q:0, s:0}, {style:'#foo { position:relative } #test { height:100% }', body:'
', q:184, s:0}, + {style:'#foo { position:sticky } #test { height:100% }', body:'
', q:184, s:0}, {style:'#foo { height:100px } #test { height:100%; position:absolute }', body:'
', q:200, s:200}, {style:'#foo { height:100px } #test { height:100%; position:fixed }', body:'
', q:200, s:200}, {style:'#foo { height:100px } #test { height:100%; position:relative }', body:'
', q:100, s:0},