Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-style-attr
/
reference
/
ref-green.html
blob: af27b14790a74a3ddbbdb3dec4b338b2a024b7b7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<link
rel
=
"author"
title
=
"Intel"
href
=
"http://www.intel.com"
>
<style
type
=
"text/css"
>
div
{
color
:
green
;
}
</style>
<body>
<div>
This should be green.
</div>
</body>