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: LayoutTests/fast/text/international/complex-text-trailing-space-expected.html

Issue 655073002: Fix trailing space handling for complex text (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/fast/text/international/complex-text-trailing-space-expected.html
diff --git a/LayoutTests/fast/text/international/complex-text-trailing-space-expected.html b/LayoutTests/fast/text/international/complex-text-trailing-space-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d22866e56e707c1b008be3d91eebdc4dc1d7f767
--- /dev/null
+++ b/LayoutTests/fast/text/international/complex-text-trailing-space-expected.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ li, a {
+ display: inline;
+ float: left;
+ font-family: Tunga;
+ font-size: 12px;
+ border: 1px solid black;
+ /* optimizeLegibility forces complex text */
+ text-rendering: optimizeLegibility;
+
+ }
+ div {
+ clear: both;
+ }
+ </style>
+ </head>
+ <body>
+ <ul>
+ <li><a href="#">ಅಡುಗೆ-ಆಹಾರ </a></li>
+ </ul>
+ <div>&nbsp;</div>
+ <p>
+ Complex text with trailing space test.
+ <br>
+ Element above should not wrap and should render the same when
+ forced to use the complex path.
+ </p>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/text/international/complex-text-trailing-space.html ('k') | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698