summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/meter/003-isvalid.xhtml
blob: 8149b2fa62f7d32a3c8bafa9fe361255c4cfcae8 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>valid meter</title>
</head>
<body>
<meter min='0.0' value='0.1' low='0.2' optimum='0.3' high='0.4' max='0.5'/>
</body>
</html>