Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html

Issue 1157103007: update-w3c-deps import using blink b712b6ce0eb599d90d890aa609f596c7852fb824 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Skip swfsoures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698