Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/compositing/mix-blend-mode/mix-blend-mode-rotated-clip.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>mix-blend-mode under rotated clip</title>
<link rel="match" href="reference/mix-blend-mode-rotated-clip-ref.html">
<meta name="fuzzy" content="0-1;0-30">
<style>div { width: 100px; height: 100px; }</style>
<div style="background: lime; overflow: hidden">
<div style="transform: rotate(45deg)">
<div style="background: lime; overflow: hidden">
<div style="background: red; transform: rotate(-45deg); mix-blend-mode: overlay; will-change: transform"></div>
</div>
</div>
</div>