| Index: LayoutTests/fast/css/text-overflow-ellipsis-strict.html
|
| diff --git a/LayoutTests/fast/css/text-overflow-ellipsis-strict.html b/LayoutTests/fast/css/text-overflow-ellipsis-strict.html
|
| index 516ad2680188252ac38ec58ce2b9b016c1c077d3..da23088b8a02950c52df1d3abb849bd3edbd167b 100644
|
| --- a/LayoutTests/fast/css/text-overflow-ellipsis-strict.html
|
| +++ b/LayoutTests/fast/css/text-overflow-ellipsis-strict.html
|
| @@ -2,6 +2,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <style>
|
| +body { overflow: hidden; }
|
| .testDiv {
|
| width: 180px;
|
| height: 20px;
|
| @@ -91,4 +92,4 @@ LTR link with forced rtl content:
|
| Lorem ipsum dolor sit amet, consectetur adipiscing
|
| </span>
|
| </a>
|
| -</div>
|
| +</div>
|
|
|