Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-syntax/missing-semicolon.html - WPT Dashboard Interop Dashboard
<!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="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>