gecko-dev/layout/reftests/high-contrast/color-transparent-001.html

11 строки
174 B
HTML

<!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>