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