https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b067367c0d6ee430fab16403aa2964c95663e59c authored by Michael[tm] Smith on 23 June 2015, 10:22:34 UTC
Removed {% raw %} and {% endraw %} stuff.
Tip revision: b067367
drawimage_html_image_13_ref.html
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<style>
  html, body {
    margin: 0;
  }

  #destination {
    width: 100px;
    height: 100px;
    background-color: red;
  }
</style>
<body>
<div id="destination"></div>
</body>
</html>
back to top