Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
text
/
scroll-text-overflow-ellipsis-expected.html
blob: a54324598a6031cb1c594bb842827003122db6bf [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0
;
padding
:
0
;
}
#
expected
{
width
:
55px
;
height
:
55px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div
id
=
"expected"
></div>
</body>
</html>