Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
web_platform_tests
/
webdriver
/
element_state
/
res
/
text-with-same-color-as-parent-background.html
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