DescriptionPlace inner frame scrollbars on the left side, if indicated by the frame-level
text direction.
CL overrides ScrollView::shouldPlaceVerticalScrollbarOnLeft() from FrameView in
order to determine if a Frame level scrollbar should be placed on the left.
Logic is simple: it obeys what ever is set to the body node, as it determines
the page text direction.
For now, it only covers inner frames, as main frame level scrollbar placement
logic should be dictated by the application/system (see crbug.com/249860).
Patch does not introduce new tests, but marks the existing affected tests as
NeedsManualRebaseline in order to get
results for all platforms from the bots, and perform rebaselines accordingly.
Once this is done, idea is to re-mark them as flaky.
Bug=250514
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169180
Patch Set 1 : Place inner frame scrollbars on the left side, if indicated by the frame-level text direction. #
Total comments: 2
Patch Set 2 : Place inner frame scrollbars on the left side, if indicated by the frame-level text direction. #
Total comments: 2
Patch Set 3 : Place inner frame scrollbars on the left side, if indicated by the frame-level text direction. #
Messages
Total messages: 14 (0 generated)
|