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
initial-color-ref.html
<!doctype html>
<title>Initial color is black reference</title>
<style>
html {
  background: white;
}

p {
  color: black;
}
</style>
<p>The text should be black
back to top