https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fb1aee90f011e95e3eaceb5b41537ced1925e29f authored by Fuqiao Xue on 09 April 2018, 14:15:36 UTC
[css-values] Typo fixes
Tip revision: fb1aee9
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