Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
css
/
css-ui
/
appearance-transition-ref.html
blob: b5ea559b9e7c158e254f2a7e047b56487ad8f281 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
input
{
background-color
:
rgb
(
0
,
100
,
0
);
}
</style>
<input
value
=
"text"
>
<p>
PASS if the input field has a dark green background
</p>