summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/reference/overflow-inline-block-with-opacity-ref.html
blob: 1b37bfffb7842c20ceddc5204aaa2b52c1a40904 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
  span { opacity: 0.99; }
  #button { display: inline-block; }
</style>
<span>
  <div id="button">hello<br>world</div>
</span>