Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/linking/reftests/view-viewbox-override.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>'viewBox' from referenced <view> element</title>
<link rel="match" href="../../struct/reftests/reference/green-100x100.html">
<object style="height: 100px; background-color: red"
data="data:image/svg+xml,
<rect width='100' height='100' fill='green'/>
<view id='aspect' viewBox='0 0 100 100'/>
</svg>#aspect"></object>