https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4ca9a79adac1b65fc3eb7d888d92517de8798701 authored by Chris Rebert on 16 April 2016, 07:23:15 UTC
Test order of focus-related events
Tip revision: 4ca9a79
drawimage_html_image_1_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