Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/absolute-tables-012.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="When sizing abspos tables with `table-layout: fixed`, the max-content size shouldn't be infinite.">
<p>Test passes if there is a filled green square.</p>
<div style="position: relative; width: 200px;">
<table style="position: absolute; width: 50%; height: 100px; table-layout: fixed; background: green;"></table>
</div>