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

  <!-- can contain interactive -->
  <pre><a>text</a></pre>

  <!-- can contain strictly inline -->
  <pre>text <em>elem</em></pre>
</body>
</html>