summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/iframe/model-isvalid.html
blob: 45e29ed72ef05b76ca7bf1eb11d67dd7c9403009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>&lt;iframe&gt;</title>
</head>
<body>
  <!-- is structured inline -->
  <p><iframe
      src="uri"
      class="class"
      lang="en"></iframe></p>

  <!-- is strictly inline -->
  <p><dfn><iframe
      src="uri"
      class="class"
      lang="en"></iframe></dfn></p>

  <p><dfn>strictly inline
    <iframe>
       text
    </iframe>
  </dfn></p>
  <p>paragraph
    <iframe>
      text
    </iframe>
  </p>
  <p><dfn>strictly inline
    <iframe>
      text
    </iframe>
  </dfn></p>
</body>
</html>