summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/fieldset/fieldset-border-image-1b.html
blob: 9d3b518892e14a8c2c03a6be43fc3376d7bd5cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
  fieldset {
    padding: 0;
    margin: 10px;
    height: 100px;
    width: 100px;
    border: 10px solid;
    border-image-source: url(blue-1x1.png);
    border-image-outset: 10px;
  }
</style>
<fieldset><legend></legend></fieldset>