summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/basic-opacity-near-zero-ref.html
blob: 6254e4e9fc7d2e2662158b9d12fe6a8bd0ae730b (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
  #target {
    font-size: 100px;
    color: rgba(0 255 0 / 0.5);
    text-decoration: line-through;
  }
</style>
<div id="target">X</div>