summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS1/list-marker-inside-whitespace-001.xml
blob: f7c0f4084d7d47087eb9ebb74f4452187ec94b2c (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Test: list-style</title>
  <meta name="flags" content="ahem image" />
  <link rel="help" href="http://www.w3.org/TR/REC-CSS1#list-style"/>
  <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
  <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
  <style type="text/css"><![CDATA[
   ul {
     margin: 1em 5em; border: solid black; padding: 0; width: 6em;
     font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat;
     list-style: upper-alpha inside;
   }
   li { margin: 0; padding: 0; }
  ]]></style>
 </head>
 <body>
  <p>There should be no red below.</p>
  <ul class="one">
   <li> x x xx xx x x</li>
  </ul>
 </body>
</html>