summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/dl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/dl')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/article-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/aside-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dd-in-template-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-dl-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-text-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-multiple-groups-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-2-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-3-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-dl-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-2-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-in-p-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-isvalid.html34
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/dt-in-template-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-2-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/first-dd-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/footer-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h1-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h2-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h3-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h4-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h5-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/h6-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/header-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/hgroup-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/last-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-div-dt-dd-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-dt-dd-div-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/nav-in-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/nested-divs-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dd-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dt-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/dl/section-in-dt-novalid.html4
35 files changed, 170 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/article-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/article-in-dt-novalid.html
new file mode 100644
index 0000000000..1c2fde9cd6
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/article-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid article-in-dt</title>
+<dl><dt><article><h2>text</h2></article><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/aside-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/aside-in-dt-novalid.html
new file mode 100644
index 0000000000..b08c05b7f3
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/aside-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid aside-in-dt</title>
+<dl><dt><aside><h2>text</h2></aside><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dd-in-template-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dd-in-template-novalid.html
new file mode 100644
index 0000000000..3c4ddbdae1
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dd-in-template-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dd-in-template</title>
+<dl><dt>1</dt><template><dd>a</dd></template></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-dl-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-dl-novalid.html
new file mode 100644
index 0000000000..d94258abc0
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-dl-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-contains-dl</title>
+<dl><div><dl></dl></div><dt>2<dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-text-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-text-novalid.html
new file mode 100644
index 0000000000..acb91569e1
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-contains-text-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-contains-text</title>
+<dl><div>x</div><dt>2<dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-multiple-groups-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-multiple-groups-novalid.html
new file mode 100644
index 0000000000..ff0d5bc301
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-multiple-groups-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-multiple-groups</title>
+<dl><div><dt>1<dd>a<dt>2<dd>a<dd>b<dt>3<dt>4<dt>5<dd>a</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-2-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-2-novalid.html
new file mode 100644
index 0000000000..f490502118
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-2-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-splitting-groups-2</title>
+<dl><div><dt>1<dd>a</div><div><dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-3-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-3-novalid.html
new file mode 100644
index 0000000000..aa2e4e1605
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-3-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-splitting-groups-3</title>
+<dl><div><dt>1</div><div><dt>2<dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-novalid.html
new file mode 100644
index 0000000000..5164e2f268
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/div-splitting-groups-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid div-splitting-groups</title>
+<dl><div><dt>1</div><div><dd>a</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-dl-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-dl-novalid.html
new file mode 100644
index 0000000000..d893e9beac
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-dl-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dl-contains-dl</title>
+<dl><dt>1<dd>a</dd><dl></dl></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-2-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-2-novalid.html
new file mode 100644
index 0000000000..84847551aa
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-2-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dl-contains-text-2</title>
+<dl><dt>1<dd>a</dd>x</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-novalid.html
new file mode 100644
index 0000000000..2113207edf
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-contains-text-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dl-contains-text</title>
+<dl><dt>1</dt>x</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-in-p-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-in-p-novalid.html
new file mode 100644
index 0000000000..b105341840
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-in-p-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dl-in-p</title>
+<p><dl><dt>text<dd>text</dl></p> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-isvalid.html
new file mode 100644
index 0000000000..822ef9372b
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dl-isvalid.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>valid dl</title>
+<template><dl><dt>text<dd>text</dl></template> <!-- parent-template-in-head -->
+<body>
+<dl><dt>text<dd>text</dl> <!-- basic -->
+<dl></dl> <!-- empty -->
+<dl><dt><dd></dl> <!-- empty-dt-dd -->
+<dl><dt>1<dd>a<dt>2<dd>a<dd>b<dt>3<dt>4<dt>5<dd>a</dl> <!-- multiple-groups -->
+<dl><dt>text<dd><header>text</header></dl> <!-- header-in-dd -->
+<dl><dt>text<dd><footer>text</footer></dl> <!-- footer-in-dd -->
+<dl><dt>text<dd><article><h2>text</h2></article></dl> <!-- article-in-dd -->
+<dl><dt>text<dd><aside><h2>text</h2></aside></dl> <!-- aside-in-dd -->
+<dl><dt>text<dd><nav><h2>text</h2></nav></dl> <!-- nav-in-dd -->
+<dl><dt>text<dd><section><h2>text</h2></section></dl> <!-- section-in-dd -->
+<dl><dt>text<dd><h1>text</h1></dl> <!-- h1-in-dd -->
+<dl><dt>text<dd><h2>text</h2></dl> <!-- h2-in-dd -->
+<dl><dt>text<dd><h3>text</h3></dl> <!-- h3-in-dd -->
+<dl><dt>text<dd><h4>text</h4></dl> <!-- h4-in-dd -->
+<dl><dt>text<dd><h5>text</h5></dl> <!-- h5-in-dd -->
+<dl><dt>text<dd><h6>text</h6></dl> <!-- h6-in-dd -->
+<dl><dt><p>1<p>1<dd>a</dl> <!-- p-in-dt -->
+<dl><dt><dl><dt>1<dd>a</dl><dd>b</dl> <!-- dl-in-dt -->
+<dl><dt>1<dd><dl><dt>2<dd>a</dl></dl> <!-- dl-in-dd -->
+<dl><dt><a href='#'>1</a><dd><a href='#'>a</a></dl> <!-- interactive -->
+<dl><script></script></dl> <!-- script -->
+<dl><dt>1</dt><script></script><dd>a</dl> <!-- dt-script-dd -->
+<dl><dt>1</dt><template></template><dd>a</dl> <!-- dt-template-dd -->
+<dl><div><dt>1<dd>a</div></dl> <!-- div-basic -->
+<dl><div><dt>1<dd>a</div><script></script></dl> <!-- div-script -->
+<dl><div><dt>1</dt><script></script><dd>a</div></dl> <!-- div-script-2 -->
+<dl><div><dt>1<dd>a</div><template></template></dl> <!-- div-template -->
+<dl><div><dt>1</dt><template></template><dd>a</div></dl> <!-- div-template-2 -->
+<dl><div><dt>1<dd>a</div><div><dt>2<dd>a<dd>b</div><div><dt>3<dt>4<dt>5<dd>a</div></dl> <!-- div-multiple-groups -->
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/dt-in-template-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dt-in-template-novalid.html
new file mode 100644
index 0000000000..da0526906d
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/dt-in-template-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid dt-in-template</title>
+<dl><template><dt>1</dt></template><dd>a</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-2-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-2-novalid.html
new file mode 100644
index 0000000000..54d9e68fa1
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-2-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid empty-div-2</title>
+<dl><div></div><div><dt>2<dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-novalid.html
new file mode 100644
index 0000000000..14211f3b01
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/empty-div-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid empty-div</title>
+<dl><div></div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/first-dd-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/first-dd-novalid.html
new file mode 100644
index 0000000000..98604399ac
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/first-dd-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid first-dd</title>
+<dl><dd>a<dt>2<dd>b</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/footer-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/footer-in-dt-novalid.html
new file mode 100644
index 0000000000..a24cc0b18d
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/footer-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid footer-in-dt</title>
+<dl><dt><footer>text</footer><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h1-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h1-in-dt-novalid.html
new file mode 100644
index 0000000000..3e8729cf6e
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h1-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h1-in-dt</title>
+<dl><dt><h1>text</h1><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h2-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h2-in-dt-novalid.html
new file mode 100644
index 0000000000..32d5088005
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h2-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h2-in-dt</title>
+<dl><dt><h2>text</h2><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h3-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h3-in-dt-novalid.html
new file mode 100644
index 0000000000..ec22819c11
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h3-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h3-in-dt</title>
+<dl><dt><h3>text</h3><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h4-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h4-in-dt-novalid.html
new file mode 100644
index 0000000000..5b621b1deb
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h4-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h4-in-dt</title>
+<dl><dt><h4>text</h4><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h5-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h5-in-dt-novalid.html
new file mode 100644
index 0000000000..21c603a9e3
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h5-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h5-in-dt</title>
+<dl><dt><h5>text</h5><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/h6-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h6-in-dt-novalid.html
new file mode 100644
index 0000000000..1c97cced77
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/h6-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid h6-in-dt</title>
+<dl><dt><h6>text</h6><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/header-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/header-in-dt-novalid.html
new file mode 100644
index 0000000000..2bc589b800
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/header-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid header-in-dt</title>
+<dl><dt><header>text</header><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/hgroup-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/hgroup-in-dt-novalid.html
new file mode 100644
index 0000000000..07165851ad
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/hgroup-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid hgroup-in-dt</title>
+<dl><dt><hgroup><h1>text</h1></hgroup><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/last-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/last-dt-novalid.html
new file mode 100644
index 0000000000..83e2fec8a2
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/last-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid last-dt</title>
+<dl><dt>1<dd>a<dt>2</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-div-dt-dd-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-div-dt-dd-novalid.html
new file mode 100644
index 0000000000..c02808addb
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-div-dt-dd-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid mixed-div-dt-dd</title>
+<dl><div><dt>1<dd>a</div><dt>2<dd>b</dd></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-dt-dd-div-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-dt-dd-div-novalid.html
new file mode 100644
index 0000000000..5ed4aedd15
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/mixed-dt-dd-div-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid mixed-dt-dd-div</title>
+<dl><dt>1<dd>a</dd><div><dt>2<dd>b</div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/nav-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/nav-in-dt-novalid.html
new file mode 100644
index 0000000000..64e137d515
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/nav-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid nav-in-dt</title>
+<dl><dt><nav><h2>text</h2></nav><dd>text</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/nested-divs-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/nested-divs-novalid.html
new file mode 100644
index 0000000000..ef3446d3a1
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/nested-divs-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid nested-divs</title>
+<dl><div><div><dt>1<dd>a</div></div></dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dd-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dd-novalid.html
new file mode 100644
index 0000000000..017795cc09
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dd-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid only-dd</title>
+<dl><dd>a</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dt-novalid.html
new file mode 100644
index 0000000000..7445214efe
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/only-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid only-dt</title>
+<dl><dt>1</dl> \ No newline at end of file
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/dl/section-in-dt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/dl/section-in-dt-novalid.html
new file mode 100644
index 0000000000..846ebbe35a
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/dl/section-in-dt-novalid.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>invalid section-in-dt</title>
+<dl><dt><section><h2>text</h2></section><dd>text</dl> \ No newline at end of file