| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/text-emphasis-001-ref.htm
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/text-emphasis-001-ref.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/text-emphasis-001-ref.htm
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..703d1ac8a2ac9c31849e6723db27d9714a3675b7
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/text-emphasis-001-ref.htm
|
| @@ -0,0 +1,26 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <title>CSS Writing Modes Test: text-combine-upright with text-emphasis</title>
|
| + <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
|
| + <link rel="mismatch" href="reference/text-emphasis-001-notref.htm">
|
| + <meta charset="utf-8">
|
| + <style type="text/css">
|
| + @font-face {
|
| + font-family: 'tcu-font';
|
| + src: url('../support/tcu-font.woff');
|
| + }
|
| +
|
| + .tcu-with-emphasis {
|
| + font: 100px 'tcu-font';
|
| + -webkit-writing-mode: vertical-rl;
|
| + -webkit-text-combine: horizontal;
|
| + -webkit-text-emphasis-style: open dot;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <p>Test passes if this figure and the emphasis are idencial</p>
|
| + <div class="tcu-with-emphasis">7</div>
|
| +</body>
|
| +</html>
|
|
|