ladybird/Tests/LibWeb/Ref/expected/nested-svg-as-img-ref.html
2025-03-20 11:50:49 +01:00

9 lines
202 B
HTML

<!DOCTYPE html>
<svg width="22" height="22" xmlns="http://www.w3.org/2000/svg">
<rect x="5" y="5" width="12" height="12" fill="red" />
</svg>
<style>
svg {
border: 1px solid black;
}
</style>