https://github.com/web-platform-tests/wpt
Revision a160360fd9f39b7343c3da95f5ae7dbd8e0f47b8 authored by joysyu@google.com on 28 July 2017, 19:55:01 UTC, committed by Chromium WPT Sync on 28 July 2017, 19:55:01 UTC
When a row-spanning cell is affected by a collapsed row, the spec says
to clip to the border box. This CL, however, considers cells that have
overflow not due to row collapse. In this case, the cell is vertically
clipped to the border box but horizontally clipped to the content. The
actual expected behavior is still in discussion.

Bug: 174167
Change-Id: I9846168be36b1de26cc2a508e134c3dd555dafa7
Reviewed-on: https://chromium-review.googlesource.com/592165
Cr-Commit-Position: refs/heads/master@{#490492}
WPT-Export-Revision: af227a22705605c3dbad44486363cef76bbcad36
1 parent 9222de8
History
Tip revision: a160360fd9f39b7343c3da95f5ae7dbd8e0f47b8 authored by joysyu@google.com on 28 July 2017, 19:55:01 UTC
Overflow clipping on Row-spanning cells
Tip revision: a160360

back to top