summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/obsolete/acronym-novalid.html
blob: c00eff544c3bced4e162a6de259d2f7934f8f7fc (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>the "acronym" element is obsolete</title>
<meta charset=utf-8>
</head>
<body>
<acronym>baz</acronym>
</body>
</html>