Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: tsan
- Manifest: layout/reftests/svg/reftest.list
<!doctype html>
<html>
<style>
.b {
clip-path: url(#clip1);
background-color: green;
}
</style>
<body>
<defs>
<clipPath id="clip1">
<rect x="0" y="0" width="100" height="20" />
</clipPath>
</defs>
</svg>
</body>
</html>