gtk2/testsuite/css/parser/newline-after-backslash-original.css
Benjamin Otte 562e492056 csstokenizer: Consume the \ when encountering an error
Otherwise we infinitely end up with the error again.

Testcases added.
2019-05-06 05:56:06 +02:00

24 lines
447 B
CSS

/*
You can type here any CSS rule recognized by GTK.
You can temporarily disable this custom CSS by clicking on the “Pause” button above.
Changes are applied instantly and globally, for the whole application.
*/
modelbutton.flat:hover {
background-color: red;
}
popover arrow {
background-color: lime;
border-width: 2px;
border-color: green;
}
popover {
}
\
popover contents {
background-color: magenta;
}