forked from AuroraMiddleware/gtk
tests: Fix whitespace between url and (
It's not allowed according to CSS (and browsers).
This commit is contained in:
parent
5a1f371e12
commit
4f5e69fa2c
@ -125,8 +125,8 @@ test_parse_declarations (void)
|
||||
" center center, 0.8, \n"
|
||||
" color-stop (0.0,#fff),\n"
|
||||
" color-stop (1.0,#000))}\n",
|
||||
"* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 stretch }",
|
||||
"* { border-image: url (\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
|
||||
"* { border-image: url(\"" SRCDIR "/test.png\") 3 4 3 4 stretch }",
|
||||
"* { border-image: url(\"" SRCDIR "/test.png\") 3 4 3 4 repeat stretch}",
|
||||
"* { transition: 150ms ease-in-out }",
|
||||
"* { transition: 1s linear loop }",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user