blob: 1f142880428067d73ce5caf58e1bdc246b994de0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<svg width=200 height=200>
<image href="/feature-policy/experimental-features/resources/image.png" width="32" height="32"/>
</svg>
<svg width=200 height=200>
<image href="/feature-policy/experimental-features/resources/image.png" width="300" height="150"/>
</svg>
<svg width=400 height=400>
<image href="/feature-policy/experimental-features/resources/image.png" width="300" height="150"/>
</svg>
<svg width=200 height=200>
<image href="/feature-policy/experimental-features/resources/image.png" width="300" height="150"/>
</svg>
<svg width=200 height=200>
<image href="/feature-policy/experimental-features/resources/image.png" height="50" width="100"/>
</svg>
<svg width=200 height=200>
<image href="/feature-policy/experimental-features/resources/image.png" width="100" height="100"/>
</svg>
</body>