summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/standards-decor-noblur-2.html
blob: 75d95b578dcf08d073576940c7a7a06f6458909e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-shadow-property">
<link rel="match" href="standards-decor-noblur-2-ref.html">
<meta name="fuzzy" content="0-40;0-14">
<!-- Shadows are painted below text AND its decorations -->
<style>
#target {
  position: absolute;
  top: 20px;
  left: 20px;
  color: grey;
  text-shadow: green 0px 2px, blue 0px 4px;
  font-size: 100px;
  text-decoration: underline;
}
</style>
<div id="target">Hello</div>