tests: Add test for latest bugfix
This commit is contained in:
@ -152,6 +152,9 @@ EXTRA_DIST += \
|
||||
background-position.css \
|
||||
background-position.errors \
|
||||
background-position.ref.css \
|
||||
background-position-errors.css \
|
||||
background-position-errors.errors \
|
||||
background-position-errors.ref.css \
|
||||
background-repeat.css \
|
||||
background-repeat.ref.css \
|
||||
background-shorthand.css \
|
||||
|
||||
3
tests/css/parser/background-position-errors.css
Normal file
3
tests/css/parser/background-position-errors.css
Normal file
@ -0,0 +1,3 @@
|
||||
a {
|
||||
background-position: auto;
|
||||
}
|
||||
1
tests/css/parser/background-position-errors.errors
Normal file
1
tests/css/parser/background-position-errors.errors
Normal file
@ -0,0 +1 @@
|
||||
background-position-errors.css:2: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
0
tests/css/parser/background-position-errors.ref.css
Normal file
0
tests/css/parser/background-position-errors.ref.css
Normal file
Reference in New Issue
Block a user