summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/dialog/001-novalid.xhtml
blob: dc4d58924d98a19baa1ca6b4942f977d1e8cf949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>&lt;dialog&gt;</title>
</head>
<body>
<dialog>
<dt>Foo</dt>
<dt>Bar</dt>
<dd><p>Blah</p></dd>
<dd><p>Bleh</p></dd>
</dialog>
</body>
</html>