summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/font-weight-invalid.css
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/parser/font-weight-invalid.css')
-rw-r--r--testsuite/css/parser/font-weight-invalid.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/css/parser/font-weight-invalid.css b/testsuite/css/parser/font-weight-invalid.css
new file mode 100644
index 0000000000..3196fc1c3d
--- /dev/null
+++ b/testsuite/css/parser/font-weight-invalid.css
@@ -0,0 +1,3 @@
+a {
+ font-weight: 0;
+}