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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html

Issue 2309603003: Import csswg-test@6ef20244c71e0d1dfe0a91d8f78befa25a03d94e (Closed)
Patch Set: Added line to test expectations Created 4 years, 3 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: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html
index af7e727d54d3728f88d7f67ed07b2d3e476d2c4c..772baf0e0f1cd7ac78d32e7979de6f4180cf7ce1 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html
@@ -5,25 +5,34 @@
<title>CSS Writing Modes: line-breaking-rules</title>
<link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
-<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-upright">
+<link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combine-layout" title="9.1.2. Layout Rules">
<link rel="match" href="reference/text-combine-upright-line-breaking-rules-001.html">
<meta name="assert" content="The bracket should be combined with following characters.">
<style>
+@font-face {
+ font-family: "orientation";
+ src: url("support/adobe-fonts/CSSHWOrientationTest.otf");
+}
.vrl {
border:solid;
- font-size:20pt;
- height:2.5em;
+ font-family:orientation;
+ font-size:60px;
+ height:2em;
margin:.2em;
writing-mode:vertical-rl;
}
.tcy {
text-combine-upright:all;
}
+.ref {
+ white-space: nowrap;
+}
</style>
</head>
<body>
-<p>Test passes two blocks look identical.</p>
-<div class=vrl>あ「<span class=tcy>12</span></div>
-<div class=vrl>あ<br>「<span class=tcy>12</span></div>
+<p>Test passes two blocks look identical.
+If the right most columns do not match, the test is invalid.</p>
+<div class=vrl>あああああああああああああああ「<span class=tcy>12</span></div>
+<div class="vrl ref">ああああああああ<br>あああああああ<br>「<span class=tcy>12</span></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698