mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
LibWeb: Fix non return in overflow value check
This commit is contained in:
parent
949483fb01
commit
f251ff0521
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ bool overflow_value_makes_box_a_scroll_container(CSS::Overflow overflow)
|
|||
case CSS::Overflow::Scroll:
|
||||
return true;
|
||||
}
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
// https://www.w3.org/TR/css-overflow-3/#scroll-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue