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

Side by Side Diff: LayoutTests/virtual/gpu/compositedscrolling/scrollbars/rtl/div-absolute-expected.txt

Issue 24365011: Position absolute is not working properly in RTL mode for vertical scroll contents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: NeedsRebaseLine for Win Created 7 years, 2 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 if the widths of RTL elements are the same as the widths of the LTR element s when they include absolutely-positioned children. 1 Test if the widths of RTL elements are the same as the widths of the LTR element s when they include absolutely-positioned children.
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 element are the same as the widths of the out er LTR element. 6 Verify the widths of the outer RTL element are the same as the widths of the out er LTR element.
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 FAIL outerLTR.scrollWidth == outerRTL.scrollWidth should be true. Was false. 9 PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true
10 Verify the widths of the inner RTL element are the same as the widths of the inn er LTR element. 10 Verify the widths of the inner RTL element are the same as the widths of the inn er LTR element.
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 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 foo 17 foo
18 foo 18 foo
OLDNEW
« no previous file with comments | « LayoutTests/scrollbars/rtl/div-absolute-expected.txt ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698