gecko-dev/testing/web-platform/tests/css/css-multicol/equal-gap-and-rule.html
Morten Stenshorne f18e0f1a40 Bug 1600341 [wpt PR 20534] - [LayoutNG] Pixel-snap column rules., a=testonly
Automatic update from web-platform-tests
[LayoutNG] Pixel-snap column rules.

Bug: 829028
Change-Id: I252901109502256f14bc68e64d4303006db50a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944350
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720302}

--

wpt-commits: 3503c50a6452e153bde906a9c6644cb6237224fc
wpt-pr: 20534
2019-12-04 12:13:02 +00:00

8 lines
530 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#column-gaps-and-rules">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:8; column-fill:auto; column-gap:5px; column-rule:5px solid green; width:100px; height:100px; background:red;">
<div style="height:800px; background:green;"></div>
</div>