summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-syntax/missing-semicolon.html
blob: d8e70e631591c05d2025d1800b1201ce80550fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>