Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions test/jdk/java/awt/print/PrinterJob/PageDialogTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
*/

/*
@test
@bug 6302514
@key printer
@run main/manual PageDialogTest
@summary A toolkit modal dialog should not be blocked by Page/Print dialog.
* @test
* @bug 6302514
* @key printer
* @requires (os.family != "mac")
* @run main/manual PageDialogTest
* @summary A toolkit modal dialog should not be blocked by Page/Print dialog.
*/

import java.awt.BorderLayout;
Expand Down