Update css parser value none test

The test is affected by icon-shadow being renamed and by
engine being deprecated.
This commit is contained in:
Matthias Clasen
2015-12-21 14:44:00 -05:00
parent 0fb84c5a68
commit ce859a7c65
3 changed files with 22 additions and 21 deletions

View File

@ -1,4 +1,5 @@
* {
-gtk-icon-shadow: none;
background-image: none;
border-bottom-style: none;
border-image-source: none;
@ -8,6 +9,5 @@
box-shadow: none;
engine: none;
font-family: "none";
icon-shadow: none;
text-shadow: none;
}