https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cb0c9da3fc19b0e553036b07d304b264c40386eb authored by Mike Pennisi on 07 September 2018, 01:57:53 UTC
Log suspicious test declarations
Tip revision: cb0c9da
lineto_ref.html
<!DOCTYPE html>
<meta charset=utf-8>
<style>
  html, body {
    margin: 0;
    padding: 0;
  }
  div {
    background: #90EE90;
    width: 110px;
    height: 110px;
    margin: 20px;
  }
</style>
<div></div>
back to top