diff --git a/tests/css/parser/simple.css b/tests/css/parser/simple.css new file mode 100644 index 0000000000..d6caa9903f --- /dev/null +++ b/tests/css/parser/simple.css @@ -0,0 +1,3 @@ +foo { + color: rgb(0,0,0); +}