summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/title
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/title')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/title/empty-novalid.html4
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/elements/title/missing-novalid.html2
2 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/title/empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/title/empty-novalid.html
new file mode 100644
index 0000000000..f3089b5961
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/title/empty-novalid.html
@@ -0,0 +1,4 @@
+<!doctype html>
+<!-- document with empty title element -->
+<meta charset=utf-8>
+<title></title>
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/title/missing-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/title/missing-novalid.html
new file mode 100644
index 0000000000..c0a83a4da9
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/elements/title/missing-novalid.html
@@ -0,0 +1,2 @@
+<!doctype html>
+<!-- document with no title element -->