gtk2/testsuite/css/parser/declarations-valid-04.ref.css
Matthias Clasen 7855294594 Fix css parser tests
These tests were affected by the font and linear-gradient parsing
changes.
2016-04-26 00:03:09 -04:00

9 lines
142 B
CSS

* {
font-family: "sans";
font-size: 15px;
font-stretch: initial;
font-style: initial;
font-variant: initial;
font-weight: bold;
}