Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/tables/table-column-width.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="match" href="table-column-width-ref.html">
<table style="display: block">
<colgroup style="display: block">
<col style="border: 1px solid green; display: block" width="0"></col>
</colgroup>
</table>
<script>
document.querySelector("col").append("Text");
</script>