Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/stacking-context/opacity-affects-block-in-inline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="opacity-affects-block-in-inline-ref.html">
<span style="opacity: 0.5;">
<div style="width: 100px; height: 100px; background: green;"></div>
</span>