diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-06 10:11:00 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-06 15:47:08 +0200 |
commit | 12fa92b4d6371e3fd96a4223142992e02a1d1dbe (patch) | |
tree | 900d578975aeb7869a1e1f670d8b4f0693e7c680 /tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support | |
parent | 1bc94c132e6820293c2178bf95991518b1e8a677 (diff) | |
download | servo-12fa92b4d6371e3fd96a4223142992e02a1d1dbe.tar.gz servo-12fa92b4d6371e3fd96a4223142992e02a1d1dbe.zip |
Update CSS tests to revision 611d962e1b6ae62ec89ab994c9f787e84ce11b15
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support')
3 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/WidthTest-Regular.otf b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/WidthTest-Regular.otf Binary files differnew file mode 100644 index 00000000000..06b1d3c0253 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/WidthTest-Regular.otf diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/tcy.css b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/tcy.css new file mode 100644 index 00000000000..0117e215ebe --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/tcy.css @@ -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; +} diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/width-test.css b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/width-test.css new file mode 100644 index 00000000000..4f15976ccc9 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/support/width-test.css @@ -0,0 +1,7 @@ +@font-face { + font-family: WidthTest; + src: url(WidthTest-Regular.otf); +} +.test { + font: 72px/1 WidthTest; +} |