Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-fit/columns-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
body {
columns: 0;
}
.target {
margin-top: 1px;
text-fit: grow;
}
</style>
<div class="target">A0AA00AAA</div>