Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-gaps/multicol/multicol-gap-decorations-021.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Row rule and single-column mulitcol</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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:1/20px; width:100px; height:100px; gap:10px; row-rule:10px solid green; background:red;">
<div style="height:70px; background:green;"></div>
</div>