view test/java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html @ 6416:6612728b5191

8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions Reviewed-by: coffeys, alanb
author kshefov
date Fri, 21 Jun 2013 17:53:00 +0400
parents 2dc2b6b34b00
children
line wrap: on
line source

<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>