Fix label css test

The default font size of 10pt will now properly render as 13.33px,
but we shouldn't use the default anyway as that can be controlled
by user settings
This commit is contained in:
Matt Watson 2016-04-13 12:46:01 -07:00
parent b0b1bf2f58
commit 7200ac8e56
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
box {
font: "Comic Sans";
font-size: 10px;
}

View File

@ -1,7 +1,7 @@
[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
font-size: 10px; /* label.css:2:20 */
font-size: 10px; /* label.css:3:17 */
font-family: "\"Comic Sans\""; /* label.css:2:20 */
font-style: normal; /* label.css:2:20 */
font-variant: normal; /* label.css:2:20 */