Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / 002-vertical.html
blob7f3dc4e2df516f0ef147515fd5ee13f3d81367f4
1 <html style="-webkit-writing-mode:vertical-rl">
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>