gtk/testsuite/reftests/link-coloring.css
Benjamin Otte daf37ffa0e reftests: Add test for new :link and :visited
We cannot test visited links in GtkLabel, so we don't.
2013-11-04 16:36:11 +01:00

15 lines
149 B
CSS

@import "reset-to-defaults.css";
:link {
color: blue;
}
:visited {
color: purple;
}
/* should never happen */
:link:visited {
color: red;
}