summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/embed/width-novalid.html
blob: 7e6e4449c9a29e7706dfcf04be520559defc0175 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>element embed with bad width value</title>
</head>
<body>
<embed width="20%">
</body>
</html>