summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/lists/002.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/lists/002.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/lists/002.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/lists/002.html b/third_party/WebKit/LayoutTests/fast/lists/002.html
new file mode 100644
index 0000000..6e47044
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/002.html
@@ -0,0 +1,22 @@
+<html>
+<head>
+<title>Safari test case: list items within text-align: right div</title>
+<style type="text/css">
+#menu {
+ text-align: right;
+}
+</style>
+</head>
+<body>
+<div id="menu">
+<ul>
+<li><a href="/">Home</a></li>
+<li><a href="/archives/">Archives</a></li>
+</ul>
+</div>
+
+<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.
+</p>
+</body>
+
+</html>