Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt

Issue 70163005: Fix clientLeft value for RTL direction, while the element have vertical scrollbar in left side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt
diff --git a/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt b/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt
index eda6b7323ff60bd1e97a0d5d15c6298258243d22..1443d10bed3e78f33b0e07e5af5719105ec2a632 100644
--- a/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt
+++ b/LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar-expected.txt
@@ -13,6 +13,7 @@ PASS innerLTR.clientWidth == innerRTL.clientWidth is true
PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true
Verify the width of the vertical scrollbar of the outer RTL element is the same as the one of the outer LTR element regardless of their scrollbar positions.
PASS scrollbarWidthLTR == scrollbarWidthRTL is true
+PASS outerRTL.clientLeft == scrollbarWidthRTL is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/scrollbars/rtl/div-horizontal-with-vertical-scrollbar.html ('k') | Source/core/rendering/RenderBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698