view-viewbox-override.html (634B)
1 <!doctype html> 2 <title>'viewBox' from referenced <view> element</title> 3 <link rel="help" href="https://svgwg.org/svg2-draft/linking.html#LinksIntoSVG"> 4 <link rel="help" href="https://svgwg.org/svg2-draft/linking.html#ViewElement"> 5 <link rel="match" href="../../struct/reftests/reference/green-100x100.html"> 6 <object style="height: 100px; background-color: red" 7 data="data:image/svg+xml, 8 <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'> 9 <rect width='100' height='100' fill='green'/> 10 <view id='aspect' viewBox='0 0 100 100'/> 11 </svg>#aspect"></object>