DescriptionCorrect fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html
We have a float at the beginning of the second column. The test wanted the
float to have its left edge flush with the left edge of the multicol container,
but this is vertical-rl writing mode, so it will instead have its right edge
flush with the right edge of the multicol container, since that's where columns
start in the block progression direction. So the test "failed" and was stored
as such in the expectation file. But both the layout engine and the behavior of
getBoundingClientRect were correct all along.
Corrected the test, and removed a bunch of boilerplate and turned it into
something using js-test.js instead. In order to be consistent, I also cleaned
up the vertical-lr and horiontal-tb (default) variants in the same way as well.
R=dsinclair@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197040
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|