summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image-srcdoc-relative-uri-print-ref.html
blob: 160f9f50a14fea23ecab4cb5fda71ad824a96a92 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<style>
  body { margin: 0 }
  img {
    margin: 16px; /* to account for iframe + body margin in the test */
  }
</style>
<img src="/images/green-100x50.png" alt="FAIL">