From 8ee465c630c2ce3ecc5305471afa501bdac7338d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= Date: Tue, 6 Aug 2024 20:22:59 -0400 Subject: [PATCH] testsuite: add more files to test_data --- testsuite/css/parser/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testsuite/css/parser/meson.build b/testsuite/css/parser/meson.build index 5eb88deced..bb7b50db62 100644 --- a/testsuite/css/parser/meson.build +++ b/testsuite/css/parser/meson.build @@ -128,6 +128,7 @@ test_data = [ 'at-valid-16.errors', 'at-valid-16.ref.css', 'at-valid-17.css', + 'at-valid-17.errors', 'at-valid-18.css', 'at-valid-18.ref.css', 'background-blend-mode.css', @@ -147,6 +148,7 @@ test_data = [ 'background-repeat.css', 'background-repeat.ref.css', 'background-shorthand.css', + 'background-shorthand.errors', 'background-shorthand.ref.css', 'background-shorthand-single.css', 'background-shorthand-single.ref.css', @@ -207,6 +209,7 @@ test_data = [ 'close-at-end-of-file.errors', 'close-at-end-of-file.ref.css', 'color.css', + 'color.errors', 'color.ref.css', 'colors-errors.css', 'colors-errors.errors', @@ -229,6 +232,8 @@ test_data = [ 'css-21-malformed-statements.errors', 'css-21-malformed-statements.ref.css', 'currentcolor-everywhere.css', + 'currentcolor-everywhere.ref.css', + 'currentcolor-everywhere.errors', 'dash-backslash-eof-is-identifier.ref.css', 'dash-backslash-eof-is-identifier.css', 'dash-backslash-eof-is-identifier.errors', @@ -286,6 +291,7 @@ test_data = [ 'declarations-valid-08.css', 'declarations-valid-08.ref.css', 'declarations-valid-09.css', + 'declarations-valid-09.errors', 'declarations-valid-09.ref.css', 'declarations-valid-10.css', 'declarations-valid-10.ref.css', @@ -493,6 +499,7 @@ test_data = [ 'selector-original.css', 'selector-original.ref.css', 'shadow.css', + 'shadow.errors', 'shadow.ref.css', 'shadow-ordering.css', 'shadow-ordering.ref.css',