forked from AuroraMiddleware/gtk
testsuite: Add a css test
This test verifies that CDO and CDC are ignored as required.
This commit is contained in:
parent
90676540ec
commit
1a12999431
7
testsuite/css/parser/cdo-cdc.css
Normal file
7
testsuite/css/parser/cdo-cdc.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<!--
|
||||||
|
|
||||||
|
label {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
-->
|
3
testsuite/css/parser/cdo-cdc.ref.css
Normal file
3
testsuite/css/parser/cdo-cdc.ref.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
label {
|
||||||
|
color: rgb(255,0,0);
|
||||||
|
}
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user