summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/assumptions/initial-color-ref.html
blob: 46dd110bd3ea1959556b10a7da3f39205c67fcc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<title>Initial color is black reference</title>
<style>
html {
  background: white;
}

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