Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / 002.html
blob6e4704475b8cc6b7692f33eaa54103e5f5fb55db
1 <html>
2 <head>
3 <title>Safari test case: list items within text-align: right div</title>
4 <style type="text/css">
5 #menu {
6 text-align: right;
8 </style>
9 </head>
10 <body>
11 <div id="menu">
12 <ul>
13 <li><a href="/">Home</a></li>
14 <li><a href="/archives/">Archives</a></li>
15 </ul>
16 </div>
18 <p>This test case illustrates the correct positioning of list item bullets according to CSS3. The bullets should be on the far left, with the text of the list items on the far right.
19 </p>
20 </body>
22 </html>