summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/border-color-transparent.html
blob: 74e761b48fe086fc8243ed46ccc337e8c4d72449 (plain)
1
2
3
4
5
6
7
<!doctype html>
<style>
  div {
    border: 100px solid transparent;
  }
</style>
<div></div>