< prev index next >

test/jdk/java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html

Print this page
rev 51542 : 8210039: move OSInfo to top level testlibrary
Reviewed-by: duke


  13  accompanied this code).
  14 
  15  You should have received a copy of the GNU General Public License version
  16  2 along with this work; if not, write to the Free Software Foundation,
  17  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 
  19  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  or visit www.oracle.com if you need additional information or have any
  21  questions.
  22 -->
  23 
  24 <html>
  25 <!--  
  26   @test
  27   @key headful
  28   @bug 8005932 8017456
  29   @summary Java 7 on mac os x only provides text clipboard formats
  30   @author mikhail.cherkasov@oracle.com
  31   @library ../../regtesthelpers
  32   @library ../../regtesthelpers/process
  33   @library ../../../../lib/testlibrary
  34   @build Util
  35   @build ProcessResults ProcessCommunicator
  36   @build jdk.testlibrary.OSInfo
  37   @run applet/othervm MissedHtmlAndRtfBug.html
  38 -->
  39 
  40 <head>
  41     <title>Java 7 on mac os x only provides text clipboard formats</title>
  42 </head>
  43 <body>
  44 
  45 <h1> MissedHtmlAndRtfBug <br>Bug ID: 8005932 </h1>
  46 
  47 <p> This is an AUTOMATIC test, simply wait for completion </p>
  48 
  49 <APPLET CODE="MissedHtmlAndRtfBug.class" WIDTH=200 HEIGHT=200></APPLET>
  50 </body>
  51 </html>


  13  accompanied this code).
  14 
  15  You should have received a copy of the GNU General Public License version
  16  2 along with this work; if not, write to the Free Software Foundation,
  17  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 
  19  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  or visit www.oracle.com if you need additional information or have any
  21  questions.
  22 -->
  23 
  24 <html>
  25 <!--  
  26   @test
  27   @key headful
  28   @bug 8005932 8017456
  29   @summary Java 7 on mac os x only provides text clipboard formats
  30   @author mikhail.cherkasov@oracle.com
  31   @library ../../regtesthelpers
  32   @library ../../regtesthelpers/process
  33   @library /test/lib
  34   @build Util
  35   @build ProcessResults ProcessCommunicator
  36   @build jdk.test.lib.Platform
  37   @run applet/othervm MissedHtmlAndRtfBug.html
  38 -->
  39 
  40 <head>
  41     <title>Java 7 on mac os x only provides text clipboard formats</title>
  42 </head>
  43 <body>
  44 
  45 <h1> MissedHtmlAndRtfBug <br>Bug ID: 8005932 </h1>
  46 
  47 <p> This is an AUTOMATIC test, simply wait for completion </p>
  48 
  49 <APPLET CODE="MissedHtmlAndRtfBug.class" WIDTH=200 HEIGHT=200></APPLET>
  50 </body>
  51 </html>
< prev index next >