1 <html>
   2 <!--
   3         @test
   4         @bug 6391770
   5         @summary Content of the Window should be laid out in the area left after WarningWindow was added.
   6         @author Yuri Nesterenko
   7         @run applet WindowWithWarningTest.html
   8 -->
   9 
  10   <head>
  11     <title>WindowWithWarningTest</title>
  12   </head>
  13   <pre>
  14   This test will run automatically.
  15   </pre>
  16   <body>
  17     <applet code="WindowWithWarningTest.class" width=350 height=300></applet>
  18   </body>
  19 </html>
  20