forked from KolibriOS/kolibrios
370da47fa0
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
59 lines
779 B
Plaintext
59 lines
779 B
Plaintext
#data
|
|
/**/* /* 2 *//*3*/ {/*4*/ background-attachment:/*5*/ fixed/**/;/*7*/ }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-attachment: fixed
|
|
#reset
|
|
|
|
#data
|
|
/**/* /* } *//*3*/ {/*;*/ background-attachment/* display: */:/*6}*/ scroll/**/;/*8*/ }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-attachment: scroll
|
|
#reset
|
|
|
|
#data
|
|
/**/* /* 2 *//*3*/ {/*4*/ background-attachment:/*5*/ fixed/**/;/*7*/ speech-rate: /*/*//*/**/ medium; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| background-attachment: fixed
|
|
| speech-rate: medium
|
|
#reset
|
|
|
|
#data
|
|
* {/* stress:100; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* /*{ stress:100; }
|
|
#errors
|
|
#expected
|
|
#reset
|
|
|
|
#data
|
|
*/* { stress:100; }
|
|
#errors
|
|
#expected
|
|
#reset
|
|
|
|
#data
|
|
* { stress:/*100; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
#reset
|
|
|
|
#data
|
|
* { stress:100/*; }
|
|
#errors
|
|
#expected
|
|
| *
|
|
| stress: 100
|
|
#reset
|