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