summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/color/block-invalidate-2-ref.html
blob: 9def78fad15333d3ed675763d0a9255987a2ff45 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
    <p>Test for bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=977038">977038</a></p>
    <form>
      <input type="color" value="#00ff00" />
    </form>
  </body>
</html>