summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/meter/110-novalid.xhtml
blob: cbf6b0909a54f44d9000b572232e2f2fda2cf49f (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.2' value='0.1'/>
</body>
</html>