diff --git a/testsuite/css/parser/value-none.css b/testsuite/css/parser/value-none.css index 928f5a2855..ed15d6eb8a 100644 --- a/testsuite/css/parser/value-none.css +++ b/testsuite/css/parser/value-none.css @@ -1,38 +1,38 @@ * { + -gtk-icon-shadow: none; background-clip: none; background-color: none; - background-image: none; + background-image: none; background-origin: none; background-repeat: none; border-bottom-color: none; border-bottom-left-radius: none; border-bottom-right-radius: none; - border-bottom-style: none; + border-bottom-style: none; border-bottom-width: none; border-image-repeat: none; border-image-slice: none; - border-image-source: none; + border-image-source: none; border-image-width: none; border-left-color: none; - border-left-style: none; + border-left-style: none; border-left-width: none; border-right-color: none; - border-right-style: none; + border-right-style: none; border-right-width: none; border-top-color: none; border-top-left-radius: none; border-top-right-radius: none; - border-top-style: none; + border-top-style: none; border-top-width: none; - box-shadow: none; + box-shadow: none; color: none; - engine: none; - font-family: none; + engine: none; + font-family: none; font-size: none; font-style: none; font-variant: none; font-weight: none; - icon-shadow: none; margin-bottom: none; margin-left: none; margin-right: none; @@ -41,5 +41,5 @@ padding-left: none; padding-right: none; padding-top: none; - text-shadow: none; + text-shadow: none; } diff --git a/testsuite/css/parser/value-none.errors b/testsuite/css/parser/value-none.errors index 9e17c29a2c..e0663e49a5 100644 --- a/testsuite/css/parser/value-none.errors +++ b/testsuite/css/parser/value-none.errors @@ -1,27 +1,28 @@ -value-none.css:2: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:3: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:5: error: GTK_CSS_PROVIDER_ERROR_SYNTAX +value-none.css:4: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:6: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:7: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:8: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:9: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:11: error: GTK_CSS_PROVIDER_ERROR_SYNTAX +value-none.css:10: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:12: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:13: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:15: error: GTK_CSS_PROVIDER_ERROR_SYNTAX +value-none.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:16: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:18: error: GTK_CSS_PROVIDER_ERROR_SYNTAX +value-none.css:17: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:19: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:21: error: GTK_CSS_PROVIDER_ERROR_SYNTAX +value-none.css:20: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:22: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:23: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:24: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:28: error: GTK_CSS_PROVIDER_ERROR_SYNTAX -value-none.css:31: 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: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 +value-none.css:35: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:36: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:37: error: GTK_CSS_PROVIDER_ERROR_SYNTAX value-none.css:38: 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 660cd521c5..e2a1578b9f 100644 --- a/testsuite/css/parser/value-none.ref.css +++ b/testsuite/css/parser/value-none.ref.css @@ -1,4 +1,5 @@ * { + -gtk-icon-shadow: none; background-image: none; border-bottom-style: none; border-image-source: none; @@ -8,6 +9,5 @@ box-shadow: none; engine: none; font-family: "none"; - icon-shadow: none; text-shadow: none; }