From 39eac4e75e5fe24fb4baf4044c0bf9d56ace9bc1 Mon Sep 17 00:00:00 2001 From: noriaki watanabe Date: Wed, 5 Nov 2025 07:34:56 +0900 Subject: [PATCH] Remove duplicated test case from declaration_list.json --- src/css-parsing-tests/declaration_list.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/css-parsing-tests/declaration_list.json b/src/css-parsing-tests/declaration_list.json index abd23042..cafc3c1b 100644 --- a/src/css-parsing-tests/declaration_list.json +++ b/src/css-parsing-tests/declaration_list.json @@ -51,8 +51,6 @@ ], ["declaration", "a", [["ident", "b"]], false], ["at-rule", "media", [" ", ["ident", "print"]], [["ident", "div"], ["{}"]]] -], - -"", [] +] ]