4 This test ensures that CSS outlines (e.g. focus rings) are clipped, even if there is no other visual overflow.
5 There should be no visible red pixels overlapping or overflowing the green box.
9 div.clip { display: inline-block; overflow: hidden; border:
2px solid green; }
10 div.outline { display: inline-block; vertical-align: bottom; width:
100px; height:
100px; }
13 <div class=
"clip"><div class=
"outline"></div></div>