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/media-fragment-spatial-overflow-clamped-nonzero-origin.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>SVG media fragment: spatial clip with non-zero origin clamped to image bounds</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/red-green-200x200.svg#xywh=100,100,200,200");
}
</style>
<div></div>