summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/br/model-isvalid.html
blob: cdde875d6d189761c09e404003ba969c8809bedf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>&lt;br&gt;</title>
</head>
<body>
  <!-- is structured inline -->
  <p>text <br class="class" lang="en"></p>

  <!-- is strictly inline -->
  <p>text <dfn><br class="class" lang="en"></dfn></p>

  <!-- must be empty -->
</body>
</html>