gtk2/testsuite/css/style/font.nodes
Matthias Clasen 5993875d38 Fix the css style font test
Setting the font: shorthand to something like smaller is not
in line with the css spec. Just set the font-size: property
for this.

Also fix the other font: shorthand to specify size and family
according to the css spec.
2016-04-18 11:46:58 -04:00

13 lines
429 B
Plaintext

[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
font-size: 10px; /* font.css:2:25 */
font-family: "Comic Sans"; /* font.css:2:25 */
font-style: normal; /* font.css:2:25 */
font-variant: normal; /* font.css:2:25 */
font-weight: normal; /* font.css:2:25 */
font-stretch: normal; /* font.css:2:25 */
label:dir(ltr)
font-size: 8.3333333333333339px; /* font.css:6:20 */