summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/progress/009-novalid.xhtml
blob: 4837071a65321c56c0ad40c4706b956790a3096e (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>invalid progress</title>
</head>
<body>
<progress value='0.9' max='0.5'/>
</body>
</html>