Sign in
chromium
/
external
/
WebKit_trimmed
/
master
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
case-insensitive-expected.html
blob: 170a5ee5bb6e78237fec86bd2a3750493e814448 [
file
]
<!DOCTYPE html>
<html>
<style>
div
{
background-color
:
green
;
}
</style>
<div>
This text should have a green background.
</div>
</html>