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

Unified Diff: LayoutTests/fast/text/justify-ideograph.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/justify-ideograph-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/justify-ideograph.html
diff --git a/LayoutTests/fast/text/justify-ideograph.html b/LayoutTests/fast/text/justify-ideograph.html
new file mode 100644
index 0000000000000000000000000000000000000000..b667d9d701041b7fc855d2a0242c6acd64eae197
--- /dev/null
+++ b/LayoutTests/fast/text/justify-ideograph.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;
+ text-align:justify;
+}
+</style>
+<dl>
+<dt>Ideographic, Kana, CJK symbols</dt>
+<dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD;&#x56FD;&#xFEFF;WWWWW</dd>
+<dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD;WWWWWW</dd>
+<dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;&#x56FD; WWWWWW</dd>
+<dd style="width:9em;">&#x56FD;&#x56FD;&#x3042;&#xFF01;W WWWWWW</dd>
+<dt>Ideographic, Kana, CJK symbols with spans</dt>
+<dd style="width:9em;">&#x56FD;<span>&#x56FD;</span>&#x3042;&#xFF01;&#x56FD;&#x56FD;&#xFEFF;WWWWW</dd>
+<dt>Ideographic, Latin, and spaces</dt>
+<dd style="width:12em;">WW&#x56FD; W &#x56FD;&#x56FD;&#xFEFF;WWWWW</dd>
+<dd style="width:12em;">WW&#x56FD; W &#x56FD;WWWWWW</dd>
+<dd style="width:12em;">WW&#x56FD; W &#x56FD; WWWWWW</dd>
+</dl>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/justify-ideograph-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698