Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-masking/mask-image/mask-under-border-radius.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<html style="overflow: hidden">
<div style="margin: 0 -20px; overflow: hidden; border-radius: 5px">
<div style="overflow: auto; scrollbar-width: none;
mask-image: linear-gradient(to right, transparent 20px, red 20px 120px, transparent 120px 100%)">
<div style="margin: -20px; height: 140px; background: green">
<div style="position: absolute"></div>
</div>
</div>
</div>
</div>