https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 41131cd8d6fe71b3a4b470a054070b9e54287882 authored by Michael[tm] Smith on 26 October 2016, 02:51:07 UTC
Make stability checker report w3c-test.org URLs
Tip revision: 41131cd
drawimage_html_image_10_ref.html
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<style>
  html, body {
    margin: 0;
  }
  #destination {
    width: 100px;
    height: 100px;
    background-image: url("../2x2.png");
  }
</style>
<body>
<div id="destination"></div>
</body>
</html>
back to top