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