| Index: LayoutTests/scrollbars/rtl/div-horizontal.html
|
| diff --git a/LayoutTests/scrollbars/rtl/div-horizontal.html b/LayoutTests/scrollbars/rtl/div-horizontal.html
|
| index a5e44300c7dbf251b911dca488aa00780a0ac624..d071e7579c7e2d151c783a86ed39a111c564de0a 100644
|
| --- a/LayoutTests/scrollbars/rtl/div-horizontal.html
|
| +++ b/LayoutTests/scrollbars/rtl/div-horizontal.html
|
| @@ -36,6 +36,5 @@ var scrollbarWidthLTR = outerLTR.offsetWidth - outerLTR.clientWidth;
|
| var scrollbarWidthRTL = outerRTL.offsetWidth - outerRTL.clientWidth;
|
| shouldBeTrue('scrollbarWidthLTR == scrollbarWidthRTL');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|