| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73f3b3b32d836dac709d30b5ad2c648f0b46e279
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht
|
| @@ -0,0 +1,54 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <head>
|
| + <title>CSS Reftest Reference</title>
|
| + <!-- reftest for text-orientation-014.xht -->
|
| + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
|
| + <meta http-equiv="content-language" content="en" />
|
| + <style type="text/css">
|
| + .view_ahem
|
| + {
|
| + background: pink;
|
| + border: 1px solid black;
|
| + color: blue;
|
| + font: 20px/1 "Ahem";
|
| + height: 3em;
|
| + margin: 10px;
|
| + width: 3em;
|
| + white-space: pre;
|
| + }
|
| + .control_ahem
|
| + {
|
| + -webkit-writing-mode: horizontal-tb;
|
| + -webkit-writing-mode: horizontal-tb;
|
| + }
|
| + .view
|
| + {
|
| + border: 1px solid gray;
|
| + font-size: 1.5em;
|
| + line-height: 1.5;
|
| + margin-bottom: 10px;
|
| + width: 3em;
|
| + -webkit-writing-mode: vertical-rl;
|
| + -webkit-writing-mode: vertical-rl;
|
| + }
|
| + .control
|
| + {
|
| + -webkit-text-combine: none;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body lang="en">
|
| + <p>Test passes if a pair of rectangles is <strong>identical</strong> including <strong>layout</strong> and <strong>orientation</strong>.</p>
|
| + <div class="view_ahem"><span class="control_ahem">7 1
|
| + 52
|
| + 63</span></div>
|
| + <div class="view_ahem"><span class="control_ahem">7 1
|
| + 52
|
| + 63</span></div>
|
| + <hr />
|
| + <div class="view"><span class="control">123Abc<br />def456</span></div>
|
| + <div class="view"><span class="control">123Abc<br />def456</span></div>
|
| + </body>
|
| +</html>
|
|
|