mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Writing Modes: text-combine-upright on full-width characters</title>
|
||||
<link href="http://google.com/+MasatakaYakura" rel="author" title="Masataka Yakura">
|
||||
<link href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-fullwidth" rel="help">
|
||||
<link href="reference/full-width-ref.htm" rel="match">
|
||||
<link href="reference/full-width-notcu-notref.htm" rel="mismatch">
|
||||
<link href="reference/full-width-horizontal-notref.htm" rel="mismatch">
|
||||
<meta content="When two or more full-width characters are combined, they are first converted to non-full-width characters." name="assert">
|
||||
<style>
|
||||
.test {
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
.tcy, .tcu-all {
|
||||
text-combine-upright: all;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Test passes if the following paragraphs are identical:</p>
|
||||
|
||||
<div class="test">
|
||||
<p><span class="tcy">6</span>月<span class="tcy">19</span>日</p>
|
||||
<p>6月<span class="tcu-all">19</span>日</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue