mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
13 lines
497 B
HTML
13 lines
497 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Missing semicolon at end of block should not keep declaration from being applied</title>
|
|
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
|
|
<link rel="help" href="https://crbug.com/1413840">
|
|
<link rel="match" href="missing-semicolon-ref.html">
|
|
<link rel="stylesheet" href="support/missing-semicolon.css">
|
|
</head>
|
|
<body>
|
|
<div class="c">Test passes if this paragraph is green.</div>
|
|
</body>
|
|
</html>
|