summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/progress/block-invalidate-ref.html
blob: c06092f7251212e70a9c103d3cc0d092df300615 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <style>
    progress { display: block; }
  </style>
  <body>
    <progress value='0.5'></progress>
  </body>
</html>