| Index: LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html
|
| diff --git a/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html b/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html
|
| index 5c59fcbf7d4950e77e5f05904d60c7d19e80dfce..ba10654e119091dc97cfcd2daa8a431155afd965 100644
|
| --- a/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html
|
| +++ b/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html
|
| @@ -34,6 +34,7 @@ debug('Verify the width of the vertical scrollbar of the outer RTL element is th
|
| var scrollbarWidthLTR = outerLTR.offsetWidth - outerLTR.clientWidth;
|
| var scrollbarWidthRTL = outerRTL.offsetWidth - outerRTL.clientWidth;
|
| shouldBeTrue('scrollbarWidthLTR == scrollbarWidthRTL');
|
| +shouldBeTrue('outerRTL.clientLeft == scrollbarWidthRTL');
|
| </script>
|
| </body>
|
| </html>
|
|
|