summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html b/testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html
new file mode 100644
index 0000000000..6b4a4f39e8
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html/obsolete/profile-novalid.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
+<title>the profile attribute on the head element is obsolete</title>
+<meta charset=utf-8>
+</head>
+<body>
+<p>This page contains a <code>head</code> element with an obsolete
+<code>profile</code> attribute. It should trigger a validation error.</p>
+</body>
+</html>