5751N/A<html>
6415N/A<!--
5751N/A @test
5751N/A @bug 8005932
5751N/A @summary Java 7 on mac os x only provides text clipboard formats
5751N/A @author mikhail.cherkasov@oracle.com
5751N/A @library /regtesthelpers
5751N/A @library /regtesthelpers/process
5751N/A @build Util
5751N/A @build ProcessResults ProcessCommunicator
6415N/A @run applet/othervm MissedHtmlAndRtfBug.html
6415N/A-->
5751N/A
5751N/A<head>
5751N/A <title>Java 7 on mac os x only provides text clipboard formats</title>
5751N/A</head>
5751N/A<body>
5751N/A
5751N/A<h1> MissedHtmlAndRtfBug <br>Bug ID: 8005932 </h1>
5751N/A
5751N/A<p> This is an AUTOMATIC test, simply wait for completion </p>
5751N/A
5751N/A<APPLET CODE="MissedHtmlAndRtfBug.class" WIDTH=200 HEIGHT=200></APPLET>
5751N/A</body>
5751N/A</html>