summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/system-numeric.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/counter-style/system-numeric.html')
-rw-r--r--layout/reftests/counter-style/system-numeric.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/system-numeric.html b/layout/reftests/counter-style/system-numeric.html
new file mode 100644
index 000000000..51b86b764
--- /dev/null
+++ b/layout/reftests/counter-style/system-numeric.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<link rel="stylesheet" href="test-common.css">
+<style type="text/css">
+ @counter-style a {
+ system: numeric;
+ symbols: '0' '1' '2';
+ }
+</style>
+<ol start="-4" style="list-style-type: a">
+ <li><li><li><li><li>
+ <li><li><li><li><li>
+ <li value="100">
+</ol>