summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/meter/312-novalid.xhtml
blob: 8372b78b8eb0779e6cd35ca127d3de43e2af19cb (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.4' optimum='0.3'/>
</body>
</html>