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