Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / classification / list_style.html
blobce46ce2574d088d779a5a12311a81862dd8ef711
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <HTML>
3 <HEAD>
4 <TITLE>CSS1 Test Suite: 5.6.6 list-style</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css">
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
9 <STYLE type="text/css">
10 .one {list-style: upper-alpha inside;}
11 .two {list-style: url(../resources/oransqr.gif) disc outside;}</STYLE>
13 </HEAD>
15 <BODY><P>The style declarations which apply to the text below are:</P>
16 <PRE>.one {list-style: upper-alpha inside;}
17 .two {list-style: url(../resources/oransqr.gif) disc outside;}
18 </PRE>
19 <HR>
20 <UL class="one">
21 <LI>The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving no blank space beneath the capital-A.
22 </UL>
23 <UL class="two">
24 <LI>The text in this item have an orange square for its bullet; failing that, a disc. Also, the bullet should be outside the text block, as the list has been set to 'outside'.
25 </UL>
28 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
29 <TR>
30 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
31 </TR>
32 <TR>
33 <TD bgcolor="silver">&nbsp;</TD>
34 <TD><UL class="one">
35 <LI>The text in this item should not behave as expected; that is, it should line up with the capital-A on the left margin, leaving no blank space beneath the capital-A.
36 </UL>
37 <UL class="two">
38 <LI>The text in this item have an orange square for its bullet; failing that, a disc. Also, the bullet should be outside the text block, as the list has been set to 'outside'.
39 </UL>
40 </TD></TR></TABLE></BODY>
41 </HTML>