Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-ui
/
crashtests
/
text-overflow-ellipsis-multiline-crash.html
blob: a281df3a28068f38c370b786c94c532066c7e505 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
div
{
width
:
5ch
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
div
::
first-line
{
text-decoration
:
underline
;
}
</style>
<div>
<br>
1234567
</div>