mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Replace resolve_angle_deprecated() with resolve_angle()
Gets us some WPT passes. 🎉
This commit is contained in:
committed by
Tim Ledbetter
parent
525b5bf623
commit
375e32c523
Notes:
github-actions[bot]
2025-09-24 15:37:14 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/375e32c523a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6290 Reviewed-by: https://github.com/tcl3 ✅
@@ -77,7 +77,6 @@ public:
|
||||
|
||||
bool resolves_to_angle() const { return m_resolved_type.matches_angle(m_context.percentages_resolve_as); }
|
||||
bool resolves_to_angle_percentage() const { return m_resolved_type.matches_angle_percentage(m_context.percentages_resolve_as); }
|
||||
Optional<Angle> resolve_angle_deprecated(CalculationResolutionContext const&) const;
|
||||
Optional<Angle> resolve_angle(CalculationResolutionContext const&) const;
|
||||
|
||||
bool resolves_to_flex() const { return m_resolved_type.matches_flex(m_context.percentages_resolve_as); }
|
||||
|
||||
Reference in New Issue
Block a user