| Index: LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
|
| diff --git a/LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
|
| similarity index 55%
|
| copy from LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html
|
| copy to LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
|
| index 15d7b6979dfb6c7c7f8ac9c2ac20502d12549e31..7b379e7bf91f16fd2f3843f218c02aa5f8b33a44 100644
|
| --- a/LayoutTests/fast/text/mixed-direction-bidi-wrap-expected.html
|
| +++ b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html
|
| @@ -3,17 +3,17 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <style>
|
| - div {
|
| + button {
|
| font-family: Arial;
|
| - display: inline-block;
|
| + font-size: 12px;
|
| white-space: nowrap;
|
| }
|
| </style>
|
| </head>
|
| <body>
|
| - <div>A مايو</div>
|
| + <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
|
| <p>
|
| - The line above should not wrap.
|
| + The button above should not wrap.
|
| </p>
|
| </body>
|
| </html>
|
|
|