mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<title>CSS Writing Modes Test: text-orientation - sideways in vertical-rl writing mode</title>
|
||||
<link rel="author" title="Kazuaki Takemura" href="mailto:takemura@networksoft.co.jp">
|
||||
<link rel="help" title="5.1. Orienting Text" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation">
|
||||
<link rel="match" href="reference/text-orientation-sideways-right-001-ref.htm">
|
||||
<meta name="flags" content="font image">
|
||||
<meta name="assert" content="This test checks that the same as [text-orientation: sideways-right], general horizontal text(include Japanese,etc) rotates 90 degrees clockwise, and it is verified whether the characters are aligned in the vertical direction.">
|
||||
<style type="text/css">
|
||||
@@ -21,7 +20,7 @@
|
||||
color: blue;
|
||||
font-family: "DejaVuSerifBook";
|
||||
font-size: 1.875em; /* equivalent to 30px */
|
||||
line-height: 1.4; /* equivalent to 42px:
|
||||
line-height: 1.4; /* equivalent to 42px:
|
||||
so that top-half-leading is 6px
|
||||
and bottom-half-leading is 6px */
|
||||
margin: 10px;
|
||||
@@ -47,7 +46,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Test passes if both "Text sample" rectangles are <strong>identical</strong>: "Text sample" should be displayed rotates 90 degrees clockwise.</p>
|
||||
<p>Test passes if both "Text sample" rectangles
|
||||
have the <strong>same order</strong>, the <strong>same orientation</strong> and the <strong>same layout</strong>:
|
||||
"Text sample" should be displayed rotates 90 degrees clockwise.</p>
|
||||
|
||||
<div id="vertical">Text sample</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user