Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-syntax
/
missing-semicolon-ref.html
blob: ef8251e9e11b32c1fd016d240df76c7fd91b82f5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Missing semicolon at end of block should not keep declaration from being applied
</title>
</head>
<body>
<div
style
=
"
color
:
green
;
"
>
Test passes if this paragraph is green.
</div>
</body>
</html>