You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="The ua must not make room for the block ellipsis by means other than displacing content at the end of the line. Moving the line down to clear a float is not OK.">
<style>
.test {
font-family: Ahem;
line-height: 1;
font-size: 25px;
background: green;
color: transparent;
width: 4ch;
min-height: 4ch;
line-clamp: 3;
}
aside {
float: left;
width: 3ch;
}
.red { color: red; }
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.