https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9e34bb15e5b4662e9d59ec01e9d0e228e49b44ee authored by Jake Archibald on 06 April 2018, 15:33:01 UTC
Testing range header is actually sent to the server
Tip revision: 9e34bb1
green-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>A green 100x100 block</title>
<link rel="author" title="Xidorn Quan" href="me@upsuper.ort">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<div style="width: 100px; height: 100px; background: green;"></div>
back to top