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

Unified Diff: LayoutTests/fast/text/international/complex-text-trailing-space.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/complex-text-trailing-space-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/complex-text-trailing-space.html
diff --git a/LayoutTests/fast/text/international/complex-text-trailing-space.html b/LayoutTests/fast/text/international/complex-text-trailing-space.html
new file mode 100644
index 0000000000000000000000000000000000000000..eb1671f87fcdcf810643ec207c3234b4fc27ec3a
--- /dev/null
+++ b/LayoutTests/fast/text/international/complex-text-trailing-space.html
@@ -0,0 +1,30 @@
+<!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;
+ }
+ 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 | « no previous file | LayoutTests/fast/text/international/complex-text-trailing-space-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698