Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
elements
/
low-contrast.html
blob: f7b7418a2611c537e0e08a765a7cc1b51c237077 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
id
=
"el1"
style
=
"
color
:
grey
;
background-color
:
grey
;
"
>
Test
</div>
<span
id
=
"el2"
style
=
"
color
:
grey
;
background-color
:
grey
;
"
>
Test
</span>
<span
id
=
"el3"
style
=
"
color
:
lightgrey
;
background-color
:
white
;
"
>
Test
</span>