testsuite: Add test for latest commit
This commit is contained in:
@ -320,6 +320,9 @@ test_data = \
|
|||||||
no-semicolon.ref.css \
|
no-semicolon.ref.css \
|
||||||
nth-child.css \
|
nth-child.css \
|
||||||
nth-child.ref.css \
|
nth-child.ref.css \
|
||||||
|
property-name-errors.css \
|
||||||
|
property-name-errors.errors \
|
||||||
|
property-name-errors.ref.css \
|
||||||
pseudo-classes-unknown.css \
|
pseudo-classes-unknown.css \
|
||||||
pseudo-classes-unknown.errors \
|
pseudo-classes-unknown.errors \
|
||||||
pseudo-classes-unknown.ref.css \
|
pseudo-classes-unknown.ref.css \
|
||||||
|
|||||||
4
testsuite/css/parser/property-name-errors.css
Normal file
4
testsuite/css/parser/property-name-errors.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
* {
|
||||||
|
nonexisting-property: something;
|
||||||
|
-gtk-nonexisting-property: "something else";
|
||||||
|
}
|
||||||
2
testsuite/css/parser/property-name-errors.errors
Normal file
2
testsuite/css/parser/property-name-errors.errors
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
property-name-errors.css:2: error: GTK_CSS_PROVIDER_ERROR_NAME
|
||||||
|
property-name-errors.css:3: error: GTK_CSS_PROVIDER_ERROR_NAME
|
||||||
0
testsuite/css/parser/property-name-errors.ref.css
Normal file
0
testsuite/css/parser/property-name-errors.ref.css
Normal file
Reference in New Issue
Block a user