Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / outline-small-visual-overflow-expected.html
blob9840eb2dcf54978574b9f349984c1d14657d9b1c
1 <!DOCTYPE html>
3 <p>
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.
6 </p>
8 <style>
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; }
11 </style>
13 <div class="clip"><div class="outline"></div></div>