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

Unified Diff: LayoutTests/fast/text/justify-ideograph-expected.html

Issue 766053004: text-justify fix for Chinese and Japanese (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: One more NeedsRebaseline for Linux and Win Created 6 years 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/fast/text/justify-ideograph-expected.html
diff --git a/LayoutTests/fast/text/justify-ideograph-expected.html b/LayoutTests/fast/text/justify-ideograph-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..bd1d262187de2610e2ea1163b9bec154b57e7d38
--- /dev/null
+++ b/LayoutTests/fast/text/justify-ideograph-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML>
+<style>
+@font-face {
+ font-family:cssot;
+ src:url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
+}
+dd {
+ font-family:Ahem, cssot;
+ white-space:pre;
+}
+</style>
+<dl>
+<dt>Ideographic, Kana, CJK symbols</dt>
+<dd>&#x56FD; &#x56FD; &#x3042; &#xFF01; &#x56FD;<br>&#x56FD;WWWWW</dd>
+<dd>&#x56FD; &#x56FD; &#x3042; &#xFF01; &#x56FD;<br>WWWWWW</dd>
+<dd>&#x56FD; &#x56FD; &#x3042; &#xFF01; &#x56FD;<br>WWWWWW</dd>
+<dd>&#x56FD; &#x56FD; &#x3042; &#xFF01; W<br>WWWWWW</dd>
+<dt>Ideographic, Kana, CJK symbols with spans</dt>
+<dd>&#x56FD; &#x56FD; &#x3042; &#xFF01; &#x56FD;<br>&#x56FD;WWWWW</dd>
+<dt>Ideographic, Latin, and spaces</dt>
+<dd>WW &#x56FD; W &#x56FD;<br>&#x56FD;WWWWW</dd>
+<dd>WW &#x56FD; W &#x56FD;<br>WWWWWW</dd>
+<dd>WW &#x56FD; W &#x56FD;<br>WWWWWW</dd>
+</dl>
« no previous file with comments | « LayoutTests/fast/text/justify-ideograph.html ('k') | LayoutTests/fast/text/justify-ideograph-leading-expansion.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698