1
0
Fork 0
firefox/testing/web-platform/tests/svg/linking/reftests/view-viewbox-override.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

11 lines
634 B
HTML

<!doctype html>
<title>'viewBox' from referenced &lt;view> element</title>
<link rel="help" href="https://svgwg.org/svg2-draft/linking.html#LinksIntoSVG">
<link rel="help" href="https://svgwg.org/svg2-draft/linking.html#ViewElement">
<link rel="match" href="../../struct/reftests/reference/green-100x100.html">
<object style="height: 100px; background-color: red"
data="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'>
<rect width='100' height='100' fill='green'/>
<view id='aspect' viewBox='0 0 100 100'/>
</svg>#aspect"></object>