Index: LayoutTests/scrollbars/rtl/div-horizontal-expected.txt |
diff --git a/LayoutTests/scrollbars/rtl/div-horizontal-expected.txt b/LayoutTests/scrollbars/rtl/div-horizontal-expected.txt |
index c73c17f8234f3f09828804a29676307e2a6cc5ed..61ad6a9adb52679078a7805a338cd206aec0dd87 100644 |
--- a/LayoutTests/scrollbars/rtl/div-horizontal-expected.txt |
+++ b/LayoutTests/scrollbars/rtl/div-horizontal-expected.txt |
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Verify the widths of the outer RTL elements are the same as the widths of the outer LTR elements. |
PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true |
PASS outerLTR.clientWidth == outerRTL.clientWidth is true |
-FAIL outerLTR.scrollWidth == outerRTL.scrollWidth should be true. Was false. |
+PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true |
Verify the widths of the inner RTL elements are the same as the widths of the inner LTR elements. |
PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true |
PASS innerLTR.clientWidth == innerRTL.clientWidth is true |