| 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> </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>
|
|
|