Merge "Make it easier to subclass Content and ContentHandler subclasses"
[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 /* Doesn't work! */
8 /*.selector { /*@noflip* / /*@embed* / background-image: url(simple-ltr.gif); }*/
9
10 .selector { /*@embed*/ /*@noflip*/ background-image: url(simple-ltr.gif); }
11
12 .selector { /*@noflip*/ background-image: /*@embed*/ url(simple-ltr.gif); }