gtk/testsuite/css/parser/string-values.ref.css
Benjamin Otte b90802f7e4 css: Actually break at end of the string
Introduced in 65c4c1555d.

Found by gnome-continuous running the testsuite.

Includes fixing a broken test in the testsuite.
2014-05-22 02:13:49 +02:00

28 lines
196 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: "\\";
}