mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Don't crash when encountering border-spacing: calc(...)
This allows us to progress further on this WPT test: https://wpt.live/quirks/unitless-length/quirks.html ...although it still crashes before finishing.
This commit is contained in:
parent
10853898fc
commit
5e240f997c
Notes:
github-actions[bot]
2024-10-09 13:15:20 +00:00
Author: https://github.com/awesomekling
Commit: 5e240f997c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1698
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 26 additions and 6 deletions
|
@ -98,8 +98,8 @@ public:
|
|||
Optional<CSS::TextAlign> text_align() const;
|
||||
Optional<CSS::TextJustify> text_justify() const;
|
||||
Optional<CSS::TextOverflow> text_overflow() const;
|
||||
CSS::Length border_spacing_horizontal() const;
|
||||
CSS::Length border_spacing_vertical() const;
|
||||
CSS::Length border_spacing_horizontal(Layout::Node const&) const;
|
||||
CSS::Length border_spacing_vertical(Layout::Node const&) const;
|
||||
Optional<CSS::CaptionSide> caption_side() const;
|
||||
CSS::Clip clip() const;
|
||||
CSS::Display display() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue