1 <html>
   2 <!--  
   3 
   4   @test
   5   @bug 8005932
   6   @summary Java 7 on mac os x only provides text clipboard formats
   7   @author mikhail.cherkasov@oracle.com
   8   @library ../../regtesthelpers
   9   @library ../../regtesthelpers/process
  10   @build Util
  11   @build ProcessResults ProcessCommunicator
  12 
  13 
  14   @run applet/othervm MissedHtmlAndRtfBug.html
  15 */>
  16 <head>
  17     <title>Java 7 on mac os x only provides text clipboard formats</title>
  18 </head>
  19 <body>
  20 
  21 <h1> MissedHtmlAndRtfBug <br>Bug ID: 8005932 </h1>
  22 
  23 <p> This is an AUTOMATIC test, simply wait for completion </p>
  24 
  25 <APPLET CODE="MissedHtmlAndRtfBug.class" WIDTH=200 HEIGHT=200></APPLET>
  26 </body>
  27 </html>