Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / data / css / test.css
blob9900bbe478b2deae1818f8c93b688bd97707c4fd
1 /* All of the combinations should result in the same output in LTR and RTL mode. */
3 /*@noflip*/ .selector { /*@embed*/ background-image: url(simple-ltr.gif); }
5 /*@noflip*/ .selector { background-image: /*@embed*/ url(simple-ltr.gif); }
7 .selector { /*@noflip*/ /*@embed*/ background-image: url(simple-ltr.gif); }
9 .selector { /*@embed*/ /*@noflip*/ background-image: url(simple-ltr.gif); }
11 .selector { /*@noflip*/ background-image: /*@embed*/ url(simple-ltr.gif); }
13 /* Complex test for T288943 */
14 /*@noflip*/ .selector-ltr[ data-foo='bar' ]:empty { border-left: 10px none; border-right: 0 none; }