1 <html>
   2 <body>
   3 When the applet starts, you'll see eight controls with black backgrounds.
   4 Four enabled (on the left side) and four disabled (on the right side)
   5 checkboxes and radiobuttons.
   6 
   7 1. If at least one of the controls' check marks is not visible:
   8    the test fails.
   9 
  10 2. Uncheck the "Use Ocean Theme" check box. 
  11    If now at least one of the controls' check marks is not visible:
  12    the test fails.
  13 
  14 <applet  code="bug4449413.class" width=250 height=190></applet>
  15 
  16 </body>
  17 </html>