Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/table/table-border-007.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="table-border-007-ref.html">
<p>There should be a pink table with a black border. The table should be split
into two columns.</p>
<div style="columns:2; gap:0; column-fill:auto; width:200px; height:100px;">
<div style="display:table; border:10px solid; height:180px; width:50px; background:pink;"></div>
</div>