summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html b/testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html
new file mode 100644
index 0000000000..e73b120d2b
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/lists/list-style-image-007-ref.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html
+ <head>
+ <title>Reference: CSS List Images: invalid</title>
+ <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
+ </head>
+ <body>
+ <p>There should be a bullet list with three similarly formatted list items below.</p>
+ <ul>
+ <li>One.</li>
+ <li>Two.</li>
+ <li>Three.</li>
+ </ul>
+ </body>
+</html>