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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 Test that horizontal scrollbar should appear as the content width encroaches upo n the vertical scrollbar and also test if WebKit can show the left side of the i nner elements regardless of the position of its scrollbars. To test manually, op en this document and verify we can see "ABC" both in the LTR element and in the RTL element. 1 Test that horizontal scrollbar should appear as the content width encroaches upo n the vertical scrollbar and also test if WebKit can show the left side of the i nner elements regardless of the position of its scrollbars. To test manually, op en this document and verify we can see "ABC" both in the LTR element and in the RTL element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Verify the widths of the outer RTL elements are the same as the widths of the ou ter LTR elements. 6 Verify the widths of the outer RTL elements are the same as the widths of the ou ter LTR elements.
7 PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true 7 PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true
8 PASS outerLTR.clientWidth == outerRTL.clientWidth is true 8 PASS outerLTR.clientWidth == outerRTL.clientWidth is true
9 PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true 9 PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true
10 Verify the widths of the inner RTL elements are the same as the widths of the in ner LTR elements. 10 Verify the widths of the inner RTL elements are the same as the widths of the in ner LTR elements.
11 PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true 11 PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true
12 PASS innerLTR.clientWidth == innerRTL.clientWidth is true 12 PASS innerLTR.clientWidth == innerRTL.clientWidth is true
13 PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true 13 PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true
14 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. 14 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.
15 PASS scrollbarWidthLTR == scrollbarWidthRTL is true 15 PASS scrollbarWidthLTR == scrollbarWidthRTL is true
16 PASS outerRTL.clientLeft == scrollbarWidthRTL is true
16 PASS successfullyParsed is true 17 PASS successfullyParsed is true
17 18
18 TEST COMPLETE 19 TEST COMPLETE
19 ABC 20 ABC
20 ABC 21 ABC
OLDNEW
« 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