summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-auto-002.html
blob: 6f1ebddd0b4c541cdfaea63c8675dbaf2a17288b (plain)
1
2
3
4
5
<!doctype html>
<!-- Should see the border -->
<div style="width: 104px; height: 104px; overflow: hidden">
  <div style="width: 100px; height: 100px; outline: 1px auto; border: 2px solid lime; overflow: hidden"></div>
</div>