| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/vertical-ahem-1x4-ref.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/vertical-ahem-1x4-ref.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/vertical-ahem-1x4-ref.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5ff787992ceef32d572d43381d0b30f9010bc6d0
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/reference/vertical-ahem-1x4-ref.html
|
| @@ -0,0 +1,27 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<title>CSS Test Reference</title>
|
| +<link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYakura">
|
| +<link rel="mismatch" href="horizontal-ahem-1x4-notref.html">
|
| +<meta name="flags" content="ahem">
|
| +<style>
|
| +.test {
|
| + -webkit-writing-mode: vertical-rl;
|
| + font-size: 5em;
|
| + font-family: Ahem;
|
| +}
|
| +</style>
|
| +</head>
|
| +<body>
|
| +
|
| +<p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
|
| +
|
| +<div class="test">
|
| + <p>xxxx</p>
|
| + <p>xxxx</p>
|
| +</div>
|
| +
|
| +</body>
|
| +</html>
|
|
|