summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/marker-text-shadow-ref.html
blob: 62627d64b7be67874c2f903f4465b47b16a59e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Reftest Reference</title>
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
ol {
  float: left;
  width: 50px;
  list-style: none;
  text-shadow: #0f0 1px 2px 3px;
}
</style>
<ol>
  <li>1. </li>
  <li>2. </li>
  <li>3. </li>
</ol>
<ol>
  <li>1. </li>
  <li>2. </li>
  <li>3. </li>
</ol>