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..aa085fa0be86c493658ab17c3d099fd2a7951e2d 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("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>あ<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> |