summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/embed/001-novalid.xhtml
blob: 9c4d55879acfd37612e3ab975ad341a6127c5f3b (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>element embed with bad height value</title>
</head>
<body>
<embed height="20%"/>
</body>
</html>