blob: e6290d57659bd3569b7bf5d0a0234d9c8b910a18 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Text with same color as background</title>
<style>
body { background: white }
p { color: white }
</style>
<p>
Shouldn't be visible.
</p>