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

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

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated Created 5 years, 7 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-001h.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-001h.html
new file mode 100644
index 0000000000000000000000000000000000000000..efa2e8d75f25194220848e5430a778a5d1058505
--- /dev/null
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Writing Modes Test: Test orientation of characters where vo=Tr (47 code points in U+2329-FFE3).</title>
+<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation">
+<meta name="assert" content="Test orientation of characters where vo=Tr (47 code points in U+2329-FFE3)">
+<meta name="flags" content="dom font">
+<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
+<script src="../../../resources/testharness.js"></script>
+<script src="../../../resources/testharnessreport.js"></script>
+<style>
+@font-face {
+ font-family: "orientation";
+ src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
+}
+.test {
+ font-family: "orientation";
+ font-size: 16px;
+ height: 32em;
+ white-space: pre;
+ -webkit-writing-mode: vertical-rl;
+}
+.U {
+ -webkit-text-orientation: upright;
+}
+.R {
+ -webkit-text-orientation: sideways-right;
+}
+#details {
+ margin: 1em .5em;
+}
+summary {
+ font-size: 1.2em;
+ font-weight: bold;
+ margin-top: .5em;
+}
+</style>
+<div id="log"></div>
+<div id="details"></div>
+<div id="container"><div data-vo="Tr" class="test">
+<div>〈〉〈〉《》「」『』【】〔〕〖〗〘〙〚〛〜〝〞〟〰゠ー﹙﹚﹛﹜﹝﹞():;[]_{|}~⦅⦆ ̄</div>
+</div>
+</div>
+<script src="support/text-orientation/unicode-data.js"></script>
+<script src="support/text-orientation/text-orientation.js"></script>

Powered by Google App Engine
This is Rietveld 408576698