https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3782ba249bb838c02509fea8158ff99be704c3c9 authored by Philip Jägenstedt on 20 October 2016, 12:03:00 UTC
Write more tests for HTMLAllCollection (document.all)
Tip revision: 3782ba2
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