testsuite: Add a css test

This test verifies that CDO and CDC are ignored
as required.
This commit is contained in:
Matthias Clasen 2020-10-31 00:36:47 -04:00
parent 90676540ec
commit 1a12999431
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!--
label {
color: red;
}
-->

View File

@ -0,0 +1,3 @@
label {
color: rgb(255,0,0);
}

View File

@ -197,6 +197,8 @@ test_data = [
'calc.ref.css', 'calc.ref.css',
'calc-simple.css', 'calc-simple.css',
'calc-simple.ref.css', 'calc-simple.ref.css',
'cdo-cdc.css',
'cdo-cdc.ref.css',
'close-at-end-of-file.css', 'close-at-end-of-file.css',
'close-at-end-of-file.errors', 'close-at-end-of-file.errors',
'close-at-end-of-file.ref.css', 'close-at-end-of-file.ref.css',