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-in-abspos-multicol-with-nested-meter-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<p>PASS if no crash or DCHECK failure.</p>
<div style="position:absolute; column-count:1;">
<table>
<caption>
<meter style="column-count:1;"></meter>
</caption>
</table>
</div>