mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
If an unexpected token is encountered when parsing an SVG attribute it is now immediately propagated with ErrorOr. Previously, some situations where an unexpected token was encountered could cause a crash.
29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|
|
<svg viewBox="0 0 10 10" width="100" height="100">
|
|
<line x1="0" y1="0" x2="10" y2="0" stroke="black" />
|
|
</svg>
|