Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-ui/crashtests/text-overflow-ellipsis-multiline-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<style>
div {
  width: 5ch;
  overflow: hidden;
  text-overflow: ellipsis;
}
div::first-line {
  text-decoration: underline;
}
</style>
<div>
  <br>
  1234567
</div>