aboutsummaryrefslogtreecommitdiff
path: root/test/java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html
blob: 21396353d7c50f5aed05899163c76d4ada6959f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<!--  
  @test
  @bug 8005932
  @summary Java 7 on mac os x only provides text clipboard formats
  @author mikhail.cherkasov@oracle.com
  @library ../../regtesthelpers
  @library ../../regtesthelpers/process
  @build Util
  @build ProcessResults ProcessCommunicator
  @run applet/othervm MissedHtmlAndRtfBug.html
-->

<head>
    <title>Java 7 on mac os x only provides text clipboard formats</title>
</head>
<body>

<h1> MissedHtmlAndRtfBug <br>Bug ID: 8005932 </h1>

<p> This is an AUTOMATIC test, simply wait for completion </p>

<APPLET CODE="MissedHtmlAndRtfBug.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>