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
<metacontent="This test checks that overflowing hanging spaces at end of line are treated as ink overflow. The overflowing hanging spaces at end of line should not extend the scrollable overflow area of the tested box. Therefore the no horizontal scrollbar condition of the test." name="assert">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size:32px;
line-height:1.25; /* computes to 40px */
margin-bottom:0.25em;
width:16ch;
}
span
{
background-color: yellow;
}
div#test
{
overflow: auto;
white-space: pre-wrap;
}
div#reference
{
white-space: normal;
}
</style>
<p>Test passes if the characters inside each black-bordered rectangle are laid out identically and if each black-bordered rectangle does not generate a horizontal scrollbar.