Update CSS tests to revision 611d962e1b6ae62ec89ab994c9f787e84ce11b15

This commit is contained in:
Ms2ger 2016-06-06 10:11:00 +02:00
parent 1bc94c132e
commit 12fa92b4d6
437 changed files with 11787 additions and 9995 deletions

View file

@ -0,0 +1,11 @@
.tcy {
text-combine-upright: all;
}
.fake-tcy {
display: inline-block;
writing-mode: horizontal-tb;
width: 1em;
height: 1em;
text-align: center;
line-height: 1em;
}

View file

@ -0,0 +1,7 @@
@font-face {
font-family: WidthTest;
src: url(WidthTest-Regular.otf);
}
.test {
font: 72px/1 WidthTest;
}