https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cd7e423fd7bf89a2f25ba3fdc79d073b1b942c6f authored by Jonathon Kereliuk on 04 April 2018, 18:19:15 UTC
added infra test that I forgot to add before
Tip revision: cd7e423
canvas_transformations_reset_001-ref.html
<!DOCTYPE html>
<html>
<body>
<style>
  html, body, div {
    margin: 0;
    padding: 0;
  }
  div {
    width: 75px;
    height: 75px;
    float: left;
  }
</style>

<div style="background-color:red"></div>
<div style="clear:left"></div>
<div style="background-color:blue"></div>

</body>
</html>
back to top