Files
ladybird/Tests/LibWeb/Crash/CSS/stroke-dasharray-calculated-number-value.html

7 lines
108 B
HTML

<!doctype html>
<html>
<svg>
<line style="stroke-dasharray: calc(4)"></line>
</svg>
</html>