[gtk+] label css style test: fix font syntax
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] label css style test: fix font syntax
- Date: Tue, 26 Apr 2016 04:08:25 +0000 (UTC)
commit a91fc65291bf868b1312e557a3d19da9174f9b06
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Apr 26 00:06:12 2016 -0400
label css style test: fix font syntax
testsuite/css/style/label.css | 2 +-
testsuite/css/style/label.nodes | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/css/style/label.css b/testsuite/css/style/label.css
index 7549e88..23ce979 100644
--- a/testsuite/css/style/label.css
+++ b/testsuite/css/style/label.css
@@ -1,4 +1,4 @@
box {
- font: "Comic Sans";
+ font-family: "Comic Sans";
font-size: 10px;
}
diff --git a/testsuite/css/style/label.nodes b/testsuite/css/style/label.nodes
index 0d91211..eea1182 100644
--- a/testsuite/css/style/label.nodes
+++ b/testsuite/css/style/label.nodes
@@ -2,10 +2,6 @@
decoration:dir(ltr)
box.horizontal:dir(ltr)
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 */
- font-weight: normal; /* label.css:2:20 */
- font-stretch: normal; /* label.css:2:20 */
+ font-family: "Comic Sans"; /* label.css:2:27 */
label:dir(ltr)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]