https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 47f602be931303a15098090d5181dedb1a5a49c2 authored by James Graham on 05 April 2017, 17:46:54 UTC
Fix merge conflicts in wdspec tests
Tip revision: 47f602b
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