Merge "mediawiki.searchSuggest: Show full article title as a tooltip for each suggestion"
[lhc/web/wiklou.git] / tests / phpunit / includes / resourceloader / fixtures / 001-embeddable.css
1 .box {
2 content: not-embeddable;
3 }
4 .box {
5 content: embeddable;
6 }
7 .box {
8 content: embeddable;
9 }