Update multicol-height-block-child-001.xht to match the current spec.
The multicol spec [1] changed at some point from saying to clip overflow at the middle of column gaps, to saying that we shouldn't clip at all. A lot of tests got adjusted to match this some time ago [2], but this one was left behind. [1] https://www.w3.org/TR/css-multicol-1/#overflow-inside-multicol-elements [2] https://github.com/w3c/web-platform-tests/commit/b554395c79e502eee8cab95266461e607fa1d8e4 While Blink generally follows an old version of the spec, and therefore clips, it miraculously fails to do so here. So the test passes, now that it has been corrected. Bug: 788337 Change-Id: I1b1e556102461e5442058f54d612fa7f696456c2 Reviewed-on: https://chromium-review.googlesource.com/822094Reviewed-by:Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#523393}
Showing
Please register or sign in to comment