Revision 44717d9898b33a7c75defde86c9bd5ca79b61199 authored by Mike West on 19 June 2017, 08:57:41 UTC, committed by Mike West on 19 June 2017, 08:57:41 UTC
2 parent s 4212da4 + a6199c8
Raw File
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