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>
<style>
div {
width: 100px;
height: 100px;
mask-image: url(resource://usercontext-content/fingerprint.svg);
mask-size: 100px 100px;
background-color: black;
}
</style>
<div></div>