blob: f7480f5094eaf4a3b9fdc8f25251c6c88b3c22b8 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Text with same color as parent background</title>
<style>
#parent { background: gray }
p { color: gray }
</style>
<div id="parent">
<p>
Should not be visible
</p>
</div>g