Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Basic User Interface Test: resizing sgv</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net">
<meta name="flags" content="interact may">
<meta name="assert" content="UAs may apply the resize property to <svg> regardless of the value of the overflow property.">
<style>
svg { resize: both; }
</style>
<p>Test passes if both <strong>width</strong> and <strong>height</strong> of the orange box below can be adjusted (for instance by dragging the bottom-right corner).</p>
<svg width="100" height="100" viewBox="0 0 100 100"
<rect x="0" y="0" width="100" height="100" fill="orange"/>
</svg>