1
0
Fork 0
firefox/testing/web-platform/tests/css/css-sizing/aspect-ratio/replaced-element-037-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
340 B
HTML

<!DOCTYPE html>
<title>CSS aspect-ratio reference: svg in img</title>
<style>
img {
width: 200px;
height: 100px;
padding-top: 50px;
}
</style>
<img src='data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100"><rect fill="red" stroke="black" stroke-width="6" width="200" height="100"/></svg>'/>