[gtk+] Update pseudo-class test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update pseudo-class test
- Date: Mon, 21 Dec 2015 19:23:49 +0000 (UTC)
commit 01f2d4dd0f2ecbdf6d3666156643b9a89989b61c
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 21 13:59:24 2015 -0500
Update pseudo-class test
We have some more pseudo-classes now, and some are printed
out with their CSS name.
testsuite/css/parser/pseudo-classes-known.css | 8 ++++++++
testsuite/css/parser/pseudo-classes-known.ref.css | 12 ++++++++++--
2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/css/parser/pseudo-classes-known.css b/testsuite/css/parser/pseudo-classes-known.css
index e25bc7f..18062ad 100644
--- a/testsuite/css/parser/pseudo-classes-known.css
+++ b/testsuite/css/parser/pseudo-classes-known.css
@@ -18,10 +18,18 @@
color: red;
}
+:disabled {
+ color: red;
+}
+
:inconsistent {
color: red;
}
+:indeterminate {
+ color: red;
+}
+
:focused {
color: red;
}
diff --git a/testsuite/css/parser/pseudo-classes-known.ref.css
b/testsuite/css/parser/pseudo-classes-known.ref.css
index f546962..c296f37 100644
--- a/testsuite/css/parser/pseudo-classes-known.ref.css
+++ b/testsuite/css/parser/pseudo-classes-known.ref.css
@@ -14,11 +14,19 @@
color: rgb(255,0,0);
}
-:insensitive {
+:disabled {
color: rgb(255,0,0);
}
-:inconsistent {
+:disabled {
+ color: rgb(255,0,0);
+}
+
+:indeterminate {
+ color: rgb(255,0,0);
+}
+
+:indeterminate {
color: rgb(255,0,0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]