summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/standards-decor-noblur-2-ref.html
blob: 47880c2ed62df6f844a9f6ef030fae60f0127c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<style>
.underlined {
  position: absolute;
  left: 20px;
  font-size: 100px;
  text-decoration: underline;
}
</style>
<div class="underlined" style="top: 24px; color: blue; z-index: 0">Hello</div>
<div class="underlined" style="top: 22px; color: green; z-index: 1">Hello</div>
<div class="underlined" style="top: 20px; color: grey; z-index: 2">Hello</div>