gtk2/testsuite/css/parser/string-values.css
Benjamin Otte 3aa357bcab tests: Add test for latest patch
This tesst infloops without it.
2014-05-05 15:48:02 +02:00

28 lines
197 B
CSS

n {
font-family: "\A ";
}
r {
font-family: "\C ";
}
f {
font-family: "\D ";
}
a {
font-family: "\"";
}
b {
font-family: "\'";
}
c {
font-family: "'";
}
d {
font-family: "\\";
}