| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/writing-mode-horizontal-001l.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/writing-mode-horizontal-001l.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/writing-mode-horizontal-001l.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..818ec8d87efbe5d43f9c44e3364f06863411e9c2
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/writing-mode-horizontal-001l.html
|
| @@ -0,0 +1,31 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<title>CSS Writing Modes: text-combine-upright in horizontal writing mode</title>
|
| +<link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYakura">
|
| +<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-upright">
|
| +<link rel="match" href="reference/writing-mode-horizontal-001l-ref.html">
|
| +<meta name="assert" content="text-combine-upright does not have an effect in horizontal writing modes.">
|
| +<style>
|
| +.test {
|
| + -webkit-writing-mode: horizontal-tb;
|
| + font-size: 5em;
|
| +}
|
| +
|
| +.tcy {
|
| + -webkit-text-combine: horizontal;
|
| +}
|
| +</style>
|
| +</head>
|
| +<body>
|
| +
|
| +<p>Test passes if the following texts are identical:</p>
|
| +
|
| +<div class="test">
|
| + <p><span class="tcy">2014</span></p>
|
| + <p>2014</p>
|
| +</div>
|
| +
|
| +</body>
|
| +</html>
|
|
|