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/webkit-line-clamp-bug-1926732-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="assert" content="Should load without asserting/crashing">
<style>
#a {
display: -webkit-inline-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
</style>
<div id="a">abc<details>foo</details>