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:
@@ -1,3 +1,4 @@
|
||||
box {
|
||||
font: "Comic Sans";
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user