blob: ef8251e9e11b32c1fd016d240df76c7fd91b82f5 (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|