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