Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/table/table-cell-as-multicol.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="table-cell-as-multicol-ref.html">
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
<div style="display:table-cell; width:1em;">P</div>
<div style="display:table-cell; width:3em; column-count:3; column-gap:0; orphans:1; widows:1;">
A<br>
S<br>
S<br>
</div>
</div>