ladybird/Tests/LibWeb/Ref/expected/svg-with-css-transform.html

12 lines
232 B
HTML

<!DOCTYPE html>
<style>
svg {
position: absolute;
top: 50px;
left: 50px;
}
</style>
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<rect width="100" height="100" />
</svg>