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="When an element with ellipsis is scrolled, more content should be revealed, until the element is scrolled far enough to display the edge of the content at which point that content should be displayed rather than an ellipsis.">
<style>
div {
font-family: monospace;
width: 16ch;
white-space: pre;
overflow: scroll;
text-overflow: ellipsis;
border: solid blue;
}
</style>
<p>This test passes if the text is in the blue box below is “PASS”.