Improve test coverage for the css parser
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 May 2023 22:46:54 +0000 (18:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 May 2023 23:52:42 +0000 (19:52 -0400)
commit0a3dac10c6c9180c54e38025b4bcdd0a91597c80
tree06e79dbdd726dee28880628bdc1dddefdbbf7028
parentc9afcd31c2d21b43d1caabcde6acd5bcd6bb675b
Improve test coverage for the css parser
12 files changed:
testsuite/css/parser/font-family.css
testsuite/css/parser/font-family.ref.css
testsuite/css/parser/font-variant.css
testsuite/css/parser/font-variant.ref.css
testsuite/css/parser/font-weight-invalid.css [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid.errors [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid.ref.css [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid1.css [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid2.css [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid2.errors [new file with mode: 0644]
testsuite/css/parser/font-weight-invalid2.ref.css [new file with mode: 0644]
testsuite/css/parser/meson.build