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