Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/line-clamp/line-clamp-040-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: line-clamp ellipsis before block-in-outlined-inline crash</title>
<link rel="author" title="Andreu Botella" href="mailto:abotella@igalia.com">
<div style="line-clamp: 1">
Line 1
<span style="outline: 1px solid black">
<div></div>
</span>
</div>