summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/base/001-novalid.xhtml
blob: 917a982117143b9e9703f8d4e80f07e47303b82c (plain)
1
2
3
4
5
6
7
8
9
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base/>
<title>base element missing href and target attribute</title>
</head>
<body>
<iframe sandbox="aLLOw-TOp-nAVIGAtion"></iframe>
</body>
</html>