gtk/testsuite/css/parser/pseudo-classes-known.css
Matthias Clasen ab182126df Fix the pseudo-classes-known css test
The test needs to be updated for the renamed :dnd pseudo class.
We also need to add a .errors file for the deprecation errors
that we are now producing.
2015-12-27 17:32:30 -05:00

68 lines
493 B
CSS

:active {
color: red;
}
:prelight {
color: red;
}
:hover {
color: red;
}
:selected {
color: red;
}
:insensitive {
color: red;
}
:disabled {
color: red;
}
:inconsistent {
color: red;
}
:indeterminate {
color: red;
}
:focused {
color: red;
}
:focus {
color: red;
}
:backdrop {
color: red;
}
:dir(ltr) {
color: red;
}
:dir(rtl) {
color: red;
}
:link {
color: red;
}
:visited {
color: red;
}
:checked {
color: red;
}
:drop(active) {
color: red;
}