ladybird/Tests/LibWeb/Crash/CSS
Callum Law b1801c0bc9 LibWeb: Avoid crash evaluating media query in document lacking window
In some cases a document may lack an associated window - to fix this for
now we just return false but perhaps there are some media queries we
should still attempt to resolve.
2025-10-17 18:24:59 +02:00
..
animated-revert-shorthand.html LibWeb: Resolve CSS-wide keywords in keyframe properties 2025-08-27 14:50:58 +02:00
calculated-stroke-dash-array-with-percentage.html LibWeb: Resolve stroke-dasharray percentages as lengths 2025-10-07 10:19:26 +01:00
counter-definition-with-relative-units.html LibWeb: Add absolutized method to CounterDefinitionsStyleValue 2025-10-07 10:50:01 +01:00
font-face-dom-parser.html LibWeb: Resolve relative lengths in @font-face using correct viewport 2025-10-16 10:27:32 +01:00
height-calc-infinity-result.html LibWeb: Clamp layout content sizes to a max value instead of crashing 2025-02-05 18:28:55 +01:00
imported-style-sheet-loading-font-without-document.html LibWeb: Dont load a style sheet's fonts until it has an owning document 2025-10-16 10:27:32 +01:00
link-pseudo-class-invalidation.html LibWeb: Do includes_properties_from_invalidation_set() for :link & co 2025-02-09 15:20:53 +01:00
media-query-evaluation-without-window.html LibWeb: Avoid crash evaluating media query in document lacking window 2025-10-17 18:24:59 +02:00
table-border-spacing-calc.html LibWeb: Don't crash when border-spacing is set to a calc() value 2025-03-21 08:16:30 +00:00
width-calc-infinity-result.html LibWeb: Clamp layout content sizes to a max value instead of crashing 2025-02-05 18:28:55 +01:00
word-spacing-percentage.html LibWeb: Support percentages in word-spacing 2025-08-05 11:43:55 +01:00