Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS Text: text-fit consistent infinite recursion crash</title>
<link rel="help" href="https://crbug.com/527217054">
<style>
.text-fit-consistent {
text-fit: shrink consistent;
}
</style>
<div class="text-fit-consistent">
This text should fit and not crash the browser.
</div>