forked from AuroraMiddleware/gtk
css parser tests: Fix up the pseudo class test
We don't recognize non-standard names anymore.
This commit is contained in:
parent
55a1587f55
commit
19f6df0c5e
@ -404,7 +404,6 @@ test_data = \
|
||||
property-name-errors.errors \
|
||||
property-name-errors.ref.css \
|
||||
pseudo-classes-known.css \
|
||||
pseudo-classes-known.errors \
|
||||
pseudo-classes-known.ref.css \
|
||||
pseudo-classes-unknown.css \
|
||||
pseudo-classes-unknown.errors \
|
||||
|
@ -2,10 +2,6 @@
|
||||
color: red;
|
||||
}
|
||||
|
||||
:prelight {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:hover {
|
||||
color: red;
|
||||
}
|
||||
@ -14,26 +10,14 @@
|
||||
color: red;
|
||||
}
|
||||
|
||||
:insensitive {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:disabled {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:inconsistent {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:focused {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:focus {
|
||||
color: red;
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
pseudo-classes-known.css:5: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||
pseudo-classes-known.css:17: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||
pseudo-classes-known.css:25: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
||||
pseudo-classes-known.css:33: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
|
@ -6,10 +6,6 @@
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:hover {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:selected {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
@ -18,22 +14,10 @@
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:disabled {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:focus {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:focus {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user