summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-05 20:26:08 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-16 18:17:21 +0200
commitf2c455fedb18e19fe5b181386c5539f1d2cfcef2 (patch)
tree353505abee910048e8b11fa29b18ea405ca878a3 /testsuite
parent9f930c08a62bd1d33fc991f840c06fdd2b3220d8 (diff)
downloadgtk+-f2c455fedb18e19fe5b181386c5539f1d2cfcef2.tar.gz
Remove GtkThemingEngine
As well as the corresponding GtkCssEngineValue used to parse it in css.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/css/parser/deprecated.css1
-rw-r--r--testsuite/css/parser/deprecated.errors1
-rw-r--r--testsuite/css/parser/deprecated.ref.css1
-rw-r--r--testsuite/css/parser/value-inherit.css1
-rw-r--r--testsuite/css/parser/value-inherit.errors1
-rw-r--r--testsuite/css/parser/value-initial.css1
-rw-r--r--testsuite/css/parser/value-initial.errors1
-rw-r--r--testsuite/css/parser/value-none.css1
-rw-r--r--testsuite/css/parser/value-none.errors3
-rw-r--r--testsuite/css/parser/value-none.ref.css1
10 files changed, 1 insertions, 11 deletions
diff --git a/testsuite/css/parser/deprecated.css b/testsuite/css/parser/deprecated.css
index 6b224363e5..abaea1f425 100644
--- a/testsuite/css/parser/deprecated.css
+++ b/testsuite/css/parser/deprecated.css
@@ -1,5 +1,4 @@
* {
- engine: none;
gtk-key-bindings: none;
icon-shadow: none;
}
diff --git a/testsuite/css/parser/deprecated.errors b/testsuite/css/parser/deprecated.errors
index 6d5cf345cd..37d68efd4a 100644
--- a/testsuite/css/parser/deprecated.errors
+++ b/testsuite/css/parser/deprecated.errors
@@ -1,3 +1,2 @@
deprecated.css:2: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
deprecated.css:3: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
-deprecated.css:4: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
diff --git a/testsuite/css/parser/deprecated.ref.css b/testsuite/css/parser/deprecated.ref.css
index a49d477381..e438f16de8 100644
--- a/testsuite/css/parser/deprecated.ref.css
+++ b/testsuite/css/parser/deprecated.ref.css
@@ -1,5 +1,4 @@
* {
-gtk-icon-shadow: none;
-gtk-key-bindings: none;
- engine: none;
}
diff --git a/testsuite/css/parser/value-inherit.css b/testsuite/css/parser/value-inherit.css
index 509c601b31..a00998da3f 100644
--- a/testsuite/css/parser/value-inherit.css
+++ b/testsuite/css/parser/value-inherit.css
@@ -27,7 +27,6 @@
border-top-width: inherit;
box-shadow: inherit;
color: inherit;
- engine: inherit;
font-family: inherit;
font-size: inherit;
font-stretch: inherit;
diff --git a/testsuite/css/parser/value-inherit.errors b/testsuite/css/parser/value-inherit.errors
index 99adf8ded9..e69de29bb2 100644
--- a/testsuite/css/parser/value-inherit.errors
+++ b/testsuite/css/parser/value-inherit.errors
@@ -1 +0,0 @@
-value-inherit.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
diff --git a/testsuite/css/parser/value-initial.css b/testsuite/css/parser/value-initial.css
index 1bf604fdd0..349881c8a4 100644
--- a/testsuite/css/parser/value-initial.css
+++ b/testsuite/css/parser/value-initial.css
@@ -27,7 +27,6 @@
border-top-width: initial;
box-shadow: initial;
color: initial;
- engine: initial;
font-family: initial;
font-size: initial;
font-style: initial;
diff --git a/testsuite/css/parser/value-initial.errors b/testsuite/css/parser/value-initial.errors
index f1d23c5f48..e69de29bb2 100644
--- a/testsuite/css/parser/value-initial.errors
+++ b/testsuite/css/parser/value-initial.errors
@@ -1 +0,0 @@
-value-initial.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
diff --git a/testsuite/css/parser/value-none.css b/testsuite/css/parser/value-none.css
index ed15d6eb8a..4446c9267e 100644
--- a/testsuite/css/parser/value-none.css
+++ b/testsuite/css/parser/value-none.css
@@ -27,7 +27,6 @@
border-top-width: none;
box-shadow: none;
color: none;
- engine: none;
font-family: none;
font-size: none;
font-style: none;
diff --git a/testsuite/css/parser/value-none.errors b/testsuite/css/parser/value-none.errors
index e0663e49a5..f3e07a37c8 100644
--- a/testsuite/css/parser/value-none.errors
+++ b/testsuite/css/parser/value-none.errors
@@ -18,7 +18,7 @@ value-none.css:24: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:25: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:27: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:29: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:30: error: GTK_CSS_PROVIDER_ERROR_DEPRECATED
+value-none.css:31: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:32: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:33: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:34: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
@@ -30,4 +30,3 @@ value-none.css:39: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:40: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:41: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
value-none.css:42: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
-value-none.css:43: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
diff --git a/testsuite/css/parser/value-none.ref.css b/testsuite/css/parser/value-none.ref.css
index e2a1578b9f..80dbe1087e 100644
--- a/testsuite/css/parser/value-none.ref.css
+++ b/testsuite/css/parser/value-none.ref.css
@@ -7,7 +7,6 @@
border-right-style: none;
border-top-style: none;
box-shadow: none;
- engine: none;
font-family: "none";
text-shadow: none;
}