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