chromium/third_party/blink/web_tests/external/wpt/css/css-lists/list-style-type-string-007-ref.html

<!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:[email protected]">
  <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>