haikuwebkit/LayoutTests/fast/text/scroll-text-overflow-ellips...

21 lines
223 B
HTML

<!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>