mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
8 lines
530 B
HTML
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>
|