1
0
Fork 0
firefox/testing/web-platform/tests/svg/layout/svg-with-precent-dimensions-relayout-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

12 lines
420 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="help" href="https://crbug.com/1016759">
<body>
<span style="position:relative; font-size:100px;">
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<svg style="position:absolute; border:1px solid black; width:100%; height:100%;">
<rect x="10" y="10" width="100" height="100" fill="red" id="child" stroke="blue" stroke-width="5px"/>
</svg>
</span>
</body>
</html>