[gtk+] testsuite: Add missing files



commit 50c8221058d4cb9afc988ee8bde3c6ce970c1821
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 17 17:54:02 2017 +0800

    testsuite: Add missing files

 testsuite/css/parser/value-inherit.ref.css |   50 ++++++++++++++++++++++++++++
 testsuite/css/parser/value-initial.ref.css |   49 +++++++++++++++++++++++++++
 2 files changed, 99 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/css/parser/value-inherit.ref.css b/testsuite/css/parser/value-inherit.ref.css
new file mode 100644
index 0000000..d1a9bbb
--- /dev/null
+++ b/testsuite/css/parser/value-inherit.ref.css
@@ -0,0 +1,50 @@
+* {
+  -gtk-icon-shadow: inherit;
+  background-clip: inherit;
+  background-color: inherit;
+  background-image: inherit;
+  background-origin: inherit;
+  background-repeat: inherit;
+  border-bottom-color: inherit;
+  border-bottom-left-radius: inherit;
+  border-bottom-right-radius: inherit;
+  border-bottom-style: inherit;
+  border-bottom-width: inherit;
+  border-image-repeat: inherit;
+  border-image-slice: inherit;
+  border-image-source: inherit;
+  border-image-width: inherit;
+  border-left-color: inherit;
+  border-left-style: inherit;
+  border-left-width: inherit;
+  border-right-color: inherit;
+  border-right-style: inherit;
+  border-right-width: inherit;
+  border-top-color: inherit;
+  border-top-left-radius: inherit;
+  border-top-right-radius: inherit;
+  border-top-style: inherit;
+  border-top-width: inherit;
+  box-shadow: inherit;
+  color: inherit;
+  font-family: inherit;
+  font-size: inherit;
+  font-stretch: inherit;
+  font-style: inherit;
+  font-variant-alternates: inherit;
+  font-variant-caps: inherit;
+  font-variant-east-asian: inherit;
+  font-variant-ligatures: inherit;
+  font-variant-numeric: inherit;
+  font-variant-position: inherit;
+  font-weight: inherit;
+  margin-bottom: inherit;
+  margin-left: inherit;
+  margin-right: inherit;
+  margin-top: inherit;
+  padding-bottom: inherit;
+  padding-left: inherit;
+  padding-right: inherit;
+  padding-top: inherit;
+  text-shadow: inherit;
+}
diff --git a/testsuite/css/parser/value-initial.ref.css b/testsuite/css/parser/value-initial.ref.css
new file mode 100644
index 0000000..c8b6538
--- /dev/null
+++ b/testsuite/css/parser/value-initial.ref.css
@@ -0,0 +1,49 @@
+* {
+  -gtk-icon-shadow: initial;
+  background-clip: initial;
+  background-color: initial;
+  background-image: initial;
+  background-origin: initial;
+  background-repeat: initial;
+  border-bottom-color: initial;
+  border-bottom-left-radius: initial;
+  border-bottom-right-radius: initial;
+  border-bottom-style: initial;
+  border-bottom-width: initial;
+  border-image-repeat: initial;
+  border-image-slice: initial;
+  border-image-source: initial;
+  border-image-width: initial;
+  border-left-color: initial;
+  border-left-style: initial;
+  border-left-width: initial;
+  border-right-color: initial;
+  border-right-style: initial;
+  border-right-width: initial;
+  border-top-color: initial;
+  border-top-left-radius: initial;
+  border-top-right-radius: initial;
+  border-top-style: initial;
+  border-top-width: initial;
+  box-shadow: initial;
+  color: initial;
+  font-family: initial;
+  font-size: initial;
+  font-style: initial;
+  font-variant-alternates: initial;
+  font-variant-caps: initial;
+  font-variant-east-asian: initial;
+  font-variant-ligatures: initial;
+  font-variant-numeric: initial;
+  font-variant-position: initial;
+  font-weight: initial;
+  margin-bottom: initial;
+  margin-left: initial;
+  margin-right: initial;
+  margin-top: initial;
+  padding-bottom: initial;
+  padding-left: initial;
+  padding-right: initial;
+  padding-top: initial;
+  text-shadow: initial;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]