Sign in
◑
Theme
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
inherited-values-expected.html
blob: 0ef5c17884e005fa8375abb6568b344f9d2e62a1 [
file
]
<style>
div
{
color
:
green
;
background-color
:
rgb
(
255
,
255
,
255
);
}
</style>
<div>
This text should be green on a white background. There should be no red visible.
</div>