Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/overflow-inline-block-with-opacity.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="mailto:kojii@chromium.org">
<link rel="match" href="reference/overflow-inline-block-with-opacity-ref.html">
<style>
span { opacity: 0.99; }
#button { display: inline-block; inline-size: 0px; }
</style>
<span>
<div id="button">hello world</div>
</span>