[gtk+/wip/matthiasc/node-dump] Use non-default values in nth-child test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/matthiasc/node-dump] Use non-default values in nth-child test
- Date: Tue, 29 Dec 2015 04:27:46 +0000 (UTC)
commit a0b47a5062788f3cee271ace579507a552facfc7
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 28 23:15:21 2015 -0500
Use non-default values in nth-child test
testsuite/css/style/nth-child.css | 8 ++++----
testsuite/css/style/nth-child.nodes | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/testsuite/css/style/nth-child.css b/testsuite/css/style/nth-child.css
index 82da066..96265b2 100644
--- a/testsuite/css/style/nth-child.css
+++ b/testsuite/css/style/nth-child.css
@@ -1,14 +1,14 @@
@import "reset-to-defaults.css";
label:first-child {
- font-size: 10px;
+ font-size: 20px;
}
label {
- font-size: 20px;
+ font-size: 30px;
}
label:last-child {
- font-size: 30px;
+ font-size: 40px;
}
label:only-child {
- font-size: 40px;
+ font-size: 50px;
}
diff --git a/testsuite/css/style/nth-child.nodes b/testsuite/css/style/nth-child.nodes
index a87d588..55c70d8 100644
--- a/testsuite/css/style/nth-child.nodes
+++ b/testsuite/css/style/nth-child.nodes
@@ -3,10 +3,11 @@ window visible=0 state=dir-ltr classes=background
box visible=1 state=dir-ltr classes=horizontal
box visible=1 state=dir-ltr classes=horizontal
label visible=1 state=dir-ltr
+ font-size: 20px (nth-child.css:4:17)
label visible=1 state=dir-ltr
- font-size: 20px (nth-child.css:7:17)
+ font-size: 30px (nth-child.css:7:17)
label visible=1 state=dir-ltr
- font-size: 30px (nth-child.css:10:17)
+ font-size: 40px (nth-child.css:10:17)
box visible=1 state=dir-ltr classes=horizontal
label visible=1 state=dir-ltr
- font-size: 40px (nth-child.css:13:17)
+ font-size: 50px (nth-child.css:13:17)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]