summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/descriptor-negative-invalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/counter-style/descriptor-negative-invalid.html')
-rw-r--r--layout/reftests/counter-style/descriptor-negative-invalid.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/counter-style/descriptor-negative-invalid.html b/layout/reftests/counter-style/descriptor-negative-invalid.html
new file mode 100644
index 000000000..e7f93ff08
--- /dev/null
+++ b/layout/reftests/counter-style/descriptor-negative-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;
+ negative: '!';
+ negative: 0;
+ negative: ~;
+ negative: '(' 'x' ')';
+ }
+</style>
+<ol start="-2" style="list-style-type: a">
+ <li><li><li><li><li>
+</ol>