LibWeb: Support animation-timeline scroll() value

This commit is contained in:
Callum Law
2026-02-10 23:16:02 +13:00
committed by Jelle Raaijmakers
parent 61b0b20f11
commit 379db7a42c
Notes: github-actions[bot] 2026-02-11 09:50:55 +00:00
11 changed files with 138 additions and 31 deletions

View File

@@ -1146,7 +1146,7 @@ bool NodeWithStyle::is_body() const
return dom_node() && dom_node() == document().body();
}
static bool overflow_value_makes_box_a_scroll_container(CSS::Overflow overflow)
bool overflow_value_makes_box_a_scroll_container(CSS::Overflow overflow)
{
switch (overflow) {
case CSS::Overflow::Clip: