Files
ladybird/Tests/LibWeb/Crash/CSS/negative-mathsize-border-width.html
Tim Ledbetter 54dab46298 LibWeb: Reject negative mathsize presentational hint values
This caused a crash when used in conjunction with border values with
relative sizes.
2026-03-17 09:43:59 +01:00

8 lines
111 B
HTML

<!DOCTYPE html>
<style>
math { border: solid 1em; }
</style>
<math mathsize="-1px">
<mi>x</mi>
</math>