mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
9 lines
246 B
HTML
9 lines
246 B
HTML
<!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>
|