Skip to content
Prev Previous commit
Next Next commit
error message conform standard
  • Loading branch information
Onno van der Zee committed Sep 5, 2015
commit 3e2f37a5ace7f7ca615ee9969a97aa2bbdd734fe
2 changes: 1 addition & 1 deletion tests/css/Validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
],

invalid: {
"-10px" : "Expected (<length> | <percentage> | inherit) with values, when numeric, greater then zero but found '-10px'.",
"-10px" : "Expected (<length> | <percentage> | inherit) but found '-10px'.",
"auto" : "Expected (<length> | <percentage> | inherit) but found 'auto'."
}
}));
Expand Down