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