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/shrink-consistent-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Text: text-fit consistent infinite recursion crash</title>
<style>
.text-fit-consistent {
text-fit: shrink consistent;
}
</style>
<div class="text-fit-consistent">
This text should fit and not crash the browser.
</div>