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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-expected.html
index 3d238b2e2736885deef3abfd210ac7a157f02515..d4dd068292416b026b97571bd1afb0a9ec13d0e8 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-expected.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001-expected.html
@@ -6,21 +6,30 @@
<link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
<style>
+@font-face {
+ font-family: "orientation";
+ src: url("suppoadobe-fonts/CSSHWOrientationTest.otf");
kojii 2016/09/05 03:44:27 The path was somehow modified, the original csswg-
qyearsley 2016/09/07 16:57:09 Yeah, that's weird! Perhaps this is a bug in the t
+}
.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>あ<br>「<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 ref">ああああああああ<br>あああああああ<br>「<span class=tcy>12</span></div>
+<div class="vrl ref">ああああああああ<br>あああああああ<br>「<span class=tcy>12</span></div>
</body>
</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698