RFR: 8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program

Phil Race prr at openjdk.org
Wed Mar 20 18:49:20 UTC 2024


On Sat, 16 Mar 2024 00:37:47 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Convert this applet based test to a main program
>
> test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.java line 27:
> 
>> 25:   @test
>> 26:   @bug 7075105
>> 27:   @summary WIN: Provide a way to format HTML on drop
> 
> Do we add `@requires (os.family == "windows")` since the test summary indicates Windows issue?

It is valid on all platforms. In fact if you read the instructions you'll see it says
"     On Mac OS X do NOT use Safari, it does not provide the needed DataFlavor,"

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18334#discussion_r1532624900


More information about the client-libs-dev mailing list