gtk/testsuite/reftests/label-fonts.css
Matthias Clasen 6f25168db3 Make the newly added test a bit more robust
Follow the style of the other tests and provide
style for both the test and ref.
2019-05-03 02:15:07 +00:00

8 lines
81 B
CSS

#label {
font-family: nonexisting,Sans;
}
#reference {
font-family: Sans;
}