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/crashtests/line-breaker-overflow-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
div {
width: fit-content;
font: menu;
font-style: italic;
font-size: 10000px;
}
</style>
<body>
<div>
A
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
<span>x</span>
</div>
</body>