summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/outside-marker-paint-order-ref.html
blob: 441a354732fc6690ea0d8af93dd33d57c8049374 (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
<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>CSS Pseduo: painting order of outside ::marker box</title>
  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
  <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
  <style>
li {
  list-style-type: none;
  margin-left: 100px;
  text-indent: -100px;
  font: 20px/1 Ahem;
}

x { color: grey; }

  </style>
</head>
<body>

<pre>There should be no red areas.<pre>
<ol><li><x>XXXXXXXX</x></ol>
<ol><li><x>XXXXXXXX</x></ol>
<ol><li><x>XXXXXXXX</x></ol>
<ol><li><x>XXXXXXXX</x></ol>

</body>
</html>