Add tests for ExtensionJsonValidator
[lhc/web/wiklou.git] / tests / phpunit / data / css / test.css
1 /* All of the combinations should result in the same output in LTR and RTL mode. */
2
3 /*@noflip*/ .selector { /*@embed*/ background-image: url(simple-ltr.gif); }
4
5 /*@noflip*/ .selector { background-image: /*@embed*/ url(simple-ltr.gif); }
6
7 .selector { /*@noflip*/ /*@embed*/ background-image: url(simple-ltr.gif); }
8
9 .selector { /*@embed*/ /*@noflip*/ background-image: url(simple-ltr.gif); }
10
11 .selector { /*@noflip*/ background-image: /*@embed*/ url(simple-ltr.gif); }