| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001-expected.htm
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001-expected.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001-expected.htm
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..352f813e4e91bb6f5ad8591901e099dd757fa061
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001-expected.htm
|
| @@ -0,0 +1,34 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <title>CSS Writing Modes Test: text-combine-upright :all </title>
|
| + <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
|
| + <meta charset="utf-8">
|
| + <style type="text/css">
|
| + @font-face {
|
| + font-family: 'tcu-font';
|
| + src: url('support/tcu-font.woff');
|
| + }
|
| + .tcu-all {
|
| + font-family: 'tcu-font';
|
| + -webkit-writing-mode: vertical-rl;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <p>Test passes if the two white triangles are pointing to the right.</p>
|
| + <div class="tcu-all">
|
| + <table>
|
| + <tr>
|
| + <td>
|
| + <div style="display: inline-table">
|
| + <div style="display: inline-block">
|
| + <p>3<span>3</span></p>
|
| + </div>
|
| + </div>
|
| + </td>
|
| + </tr>
|
| + </table>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|