summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-style-type-string-007-ref.html
blob: 8c523a968c1050b93ee90f2cfd7de0fe2bd31cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>CSS Reference: String value of list-style-type with Ahem font</title>
  <link rel="author" title="Oriol Brufau" href="mailto:obrufau@gmail.com">
  <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
  <style>
    main {
      width: 300px;
      overflow: auto;
      padding: 10px 0;
    }
    pre {
      font: 10px/1 Ahem;
      margin: 0;
      width: 100%;
      padding-right: 70px;
    }
  </style>
</head>
<body>
  <main>
    <pre>          É1      1É          </pre>
    <pre>       XXXÉ2      2ÉXXX       </pre>
    <pre>    XXXpppÉ3      3ÉXXXppp    </pre>
    <pre>  XXX ppp É4      4É XXX ppp  </pre>
    <pre> XXX   pppÉ5      5ÉXXX   ppp </pre>
    <pre>XX Xp pp  É6      6É  XX Xp pp</pre>
    <pre>X X Xp p pÉ7      7ÉX X Xp p p</pre>
    <pre>XX XXXpXXXÉ8      8ÉXXXXpXX XX</pre>
    <pre>X XXXpXXX É9      9É XXXXpXX X</pre>
  </main>
</body>
</html>