blob: d6591ef0455b8ec69e53fc219436069205911d41 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8" />
<title>Text with matching color and background</title>
<style>
p {
background: blue;
color: blue;
}
</style>
<p>
This on the other hand, should be visible
</p>