mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Fix non return in overflow value check
This commit is contained in:
parent
949483fb01
commit
f251ff0521
Notes:
sideshowbarker
2024-07-16 22:18:32 +09:00
Author: https://github.com/cammo1123
Commit: f251ff0521
Pull-request: https://github.com/SerenityOS/serenity/pull/18048
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