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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-justify-expected.html

Issue 2248803002: Fix when there are justification opportunities inside text-combine-upright (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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/fast/writing-mode/text-combine-justify-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-justify-expected.html b/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-justify-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7187e21b1cb8d7dbb916fba74a4183357845d498
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-justify-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+html {
+ writing-mode:vertical-rl;
+}
+.tcy {
+ text-combine-upright:all;
+}
+div {
+ font-family:Ahem;
+ font-size:20px;
+ line-height:1;
+}
+</style>
+<div><span class="tcy">平成</span>  あ  あ<br>WWWWW</div>
+<div>あ  あ  <span class="tcy">平成</span><br>WWWWW</div>
+<div>あ  <span class="tcy">平成</span>  あ<br>WWWWW</div>
+<div>W  <span class="tcy">平成</span>  あ<br>WWWWW</div>
+<div>あ  <span class="tcy">平成</span>  W<br>WWWWW</div>
+<div>W  <span class="tcy">平成</span>  W<br>WWWWW</div>

Powered by Google App Engine
This is Rietveld 408576698