1 <html> 2 <!-- 3 @test 1.2 01/02/10 4 @bug 4449139 5 @summary test MouseWheelEvent generation by Scrollbar component 6 @author bchristi : area=Scrollbar 7 @run applet ScrollbarMouseWheelTest.html 8 --> 9 <head> 10 <title> </title> 11 </head> 12 <body> 13 14 <h1>ScrollbarMouseWheelTest<br>Bug ID: 9999999 XXX_CHANGE_THIS </h1> 15 16 <p> This is an AUTOMATIC test, simply wait for completion </p> 17 18 <APPLET CODE="ScrollbarMouseWheelTest.class" WIDTH=200 HEIGHT=200></APPLET> 19 </body> 20 </html> 21