| Index: LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
|
| diff --git a/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html b/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
|
| index bc66185d9d6d665fc97b3e6a712d6eab401c46d2..5a918b51cee0c7d20e9604c114764d0b9c6eda88 100644
|
| --- a/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
|
| +++ b/LayoutTests/fast/text/international/rtl-negative-letter-spacing.html
|
| @@ -5,14 +5,15 @@
|
| #test {
|
| direction: rtl;
|
| letter-spacing: -10px;
|
| + float: right;
|
| + backface-visibility: hidden;
|
| }
|
| </style>
|
| </head>
|
| <body>
|
| <div id="test">| <template></template>a</div>
|
| - <p>
|
| - The line above should have the letter a partially off screen to the
|
| - right of the pipe character.
|
| + <p style="clear: both">
|
| + The line above should have the letter 'a' to the right of the pipe character.
|
| </p>
|
| </body>
|
| </html>
|
|
|