summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/empty-src.html
blob: 36091cdc19097af9ed024a3eb5fb7f1d31805718 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
  img {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
</style>
<img src>