src/demo/share/applets/CardTest/example1.html
author jjiang
Fri, 01 Jun 2018 17:45:10 -0700
changeset 50367 b73f9723aa54
parent 47216 71c04702a3d5
permissions -rw-r--r--
8199388: Test development for ChaCha20 and Poly1305 algorithms Summary: Add test for ChaCha20KeyGenerator Reviewed-by: mullan

<html>
  <head>
      <title>Card Test (1.1)</title>
  </head>
  <body>
      <h1>Card Test (1.1)</h1>
      <hr>
      <applet code=CardTest.class width=455 height=300>
	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
	Your browser is completely ignoring the &lt;APPLET&gt; tag!
      </applet>
      <hr>
      <a href="CardTest.java">The source</a>.
  </body>
</html>