https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 359eccb6387fbcddabd822041f03649c61215c4e authored by Benjamin C. Wiley Sittler on 12 January 2018, 19:56:25 UTC
Async Cookies API: additional getAll coverage for unprefixed cookies
Tip revision: 359eccb
canvas-background-ref.html
<!doctype html>
<title>canvas background reference</title>
<style>
html {
  background: white;
}
</style>
<p>The background should be white
back to top