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