Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>SVG media fragment: invalid spatial fragments with zero width is ignored</title>
<link rel="match" href="../../struct/reftests/reference/green-100x100.html">
<style>
div {
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-image: url("support/green-red-200x200.svg#xywh=100,100,0,100");
}
</style>
<div></div>