Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/proxy-simple
/
.
/
css
/
css-images
/
gradient
/
gradient-eval-001-ref.html
blob: 37c9cf8d8be5d5f59227722e560adb0713e439cb [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
.
test
{
width
:
100px
;
height
:
100px
;
background
:
#080
;
}
</style>
</head>
<body>
<div
class
=
"test"
></div>
</body>
</html>