summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/descriptor-suffix-invalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/counter-style/descriptor-suffix-invalid.html')
-rw-r--r--layout/reftests/counter-style/descriptor-suffix-invalid.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/descriptor-suffix-invalid.html b/layout/reftests/counter-style/descriptor-suffix-invalid.html
new file mode 100644
index 000000000..4918226ca
--- /dev/null
+++ b/layout/reftests/counter-style/descriptor-suffix-invalid.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<link rel="stylesheet" href="test-common.css">
+<style type="text/css">
+ @counter-style a {
+ system: extends decimal;
+ suffix: ',';
+ suffix: *;
+ suffix: 0;
+ suffix: '$' '$';
+ }
+</style>
+<ol start="-2" style="list-style-type: a">
+ <li><li><li><li><li>
+</ol>