summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/meter/011-novalid.xhtml
blob: 32b5eb9146382766bd38e397d060f2a9ad10f3c4 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>invalid meter</title>
</head>
<body>
<meter min='0.3' low='0.2'/>
</body>
</html>