Description[New Multicolumn] flowThreadTranslationAtOffset() needs to be relative to the flow thread.
When we want to translate from flow thread coordinates to visual coordinates,
we need to return something relative to the top/left of the flow thread, not
something relative to the top/left of the content box of the multicol
container. This distinction matters in RTL mode, since the flow thread is then
positioned at the top/right inside the multicol container.
Added LayoutTests/fast/multicol/client-rects-rtl.html , which is an adaption
for RTL of client-rects.html for RTL. This didn't pass prior to this fix. Also
added an assertion failure test, which is what the original bug report was
about.
BUG=479155
R=dsinclair@chromium.org,jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194517
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|