reftests: Fix underlines in link-coloring reftest

Underlines now need to be manually specified in CSS since GTK got
text-decoration support.
This commit is contained in:
Benjamin Otte 2015-07-21 02:27:45 +02:00
parent ceab99ff2f
commit 99d4ec2676

View File

@ -8,6 +8,10 @@
color: purple;
}
:link,*, :visited * {
text-decoration: underline;
}
/* should never happen */
:link:visited {
color: red;