| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html
|
| similarity index 63%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html
|
| index efa2e8d75f25194220848e5430a778a5d1058505..ae0e418d3582bb1b90a987002e8fffede2069607 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html
|
| @@ -13,12 +13,13 @@
|
| src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
|
| }
|
| .test {
|
| - font-family: "orientation";
|
| - font-size: 16px;
|
| - height: 32em;
|
| - white-space: pre;
|
| + font: 16px/1 "orientation";
|
| + height: 17em;
|
| -webkit-writing-mode: vertical-rl;
|
| }
|
| +.line {
|
| + white-space: pre;
|
| +}
|
| .U {
|
| -webkit-text-orientation: upright;
|
| }
|
| @@ -36,9 +37,23 @@ summary {
|
| </style>
|
| <div id="log"></div>
|
| <div id="details"></div>
|
| -<div id="container"><div data-vo="Tr" class="test">
|
| -<div>〈〉〈〉《》「」『』【】〔〕〖〗〘〙〚〛〜〝〞〟〰゠ー﹙﹚﹛﹜﹝﹞():;[]_{|}~⦅⦆ ̄</div>
|
| +<div id="container">
|
| +<div data-vo="Tr" class="test">
|
| +<div data-block="Miscellaneous">
|
| +<div class="line">〈〉</div>
|
| +</div>
|
| +<div data-block="CJK">
|
| +<div class="line">〈〉《》「」『』【】〔〕〖〗〘〙〚〛〜〝〞〟〰</div>
|
| +</div>
|
| +<div data-block="Katakana">
|
| +<div class="line">゠ー</div>
|
| +</div>
|
| +<div data-block="Small">
|
| +<div class="line">﹙﹚﹛﹜﹝﹞</div>
|
| +</div>
|
| +<div data-block="Halfwidth">
|
| +<div class="line">():;[]_{|}~⦅⦆ ̄</div>
|
| +</div>
|
| </div>
|
| </div>
|
| -<script src="support/text-orientation/unicode-data.js"></script>
|
| -<script src="support/text-orientation/text-orientation.js"></script>
|
| +<script src="support/text-orientation.js"></script>
|
|
|