gtk/tests/css/parser/font-family.ref.css
Benjamin Otte 6fdf6ba68f css: Remove generic 'none' handling
Includes updated tests.
Who could have thought that our tests were broken. Ooops.
2012-01-09 18:37:51 +01:00

28 lines
379 B
CSS

a {
font-family: "none";
}
b {
font-family: "Sans Serif";
}
c {
font-family: "A Font with a lot of text, spaces and special characters™";
}
d {
font-family: "A Font with a lot of text, spaces and special characters™";
}
e {
font-family: "A", "Lot", "Of", "Fonts";
}
f {
font-family: "A", "Lot", "Of", "Fonts";
}
g {
font-family: "A Lot", "Of", "Fonts";
}