Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/coordinate-systems/outer-svg-intrinsic-size-004.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Outer SVG intrinsic size with an negative size attribute</title>
<link rel="match" href="../../css/reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<img style="width: 100px; background: green;"
src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='-1px' height='50px' viewBox='0 0 1 1'></svg>">