[gtk+] Fix label css test
- From: Matthew Watson <watson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix label css test
- Date: Thu, 14 Apr 2016 19:01:22 +0000 (UTC)
commit 7200ac8e566e1c7c2d7ffb8722eb2e3ee2fd1da2
Author: Matt Watson <mattdangerw gmail com>
Date: Wed Apr 13 12:46:01 2016 -0700
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
testsuite/css/style/label.css | 1 +
testsuite/css/style/label.nodes | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/css/style/label.css b/testsuite/css/style/label.css
index 5d38bf2..7549e88 100644
--- a/testsuite/css/style/label.css
+++ b/testsuite/css/style/label.css
@@ -1,3 +1,4 @@
box {
font: "Comic Sans";
+ font-size: 10px;
}
diff --git a/testsuite/css/style/label.nodes b/testsuite/css/style/label.nodes
index 2868714..0d91211 100644
--- a/testsuite/css/style/label.nodes
+++ b/testsuite/css/style/label.nodes
@@ -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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]