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},