You are here: Test Case Description for applets within <applet> tag > Test Case #6 for applets within <applet>: absolute height
Applets: APPLET (absolute height)
This test case tests the <applet> tag with its mandatory height attribute which, similar to the <img> tag, explicitly specifies the height of the java applet. The height attribute can either be an absolute height using an integer value of pixels or a relative height using a relative percentage value.
Test Instructions
- Verify that the java applet is maintained when you minimize/maximize the screen.
- Verify that the java applet is maintained when you re-size left & right the screen.
- Verify that the java applet is maintained when you re-size top & bottom the screen.
- Verify re-draw takes place correctly after maximizing the screen.
- Verify reload works.
Java Applet Dimensions Scaled Down (Reverse Scaling)
Original applet
Object height="65"
Object height="50"
Applet height="25"
Applet height="15"