Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>color: transparent should be honored in high contrast mode</title>
<style>
p {
color: transparent;
}
</style>
<p>
I should not show up.
</p>