summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/iframe/042-novalid.xhtml
blob: 6977dfeef087eb10713b23ff4fa190944860ea9b (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>The iframe element must be empty in XML documents</title>
</head>
<body>
  <iframe>text</iframe>
</body>
</html>