WebCore/manual-tests/open-close-tokenizer-crash.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2     <body>
       
     3         <input type="button" value="Click Here" onclick="window.open('resources/open-close-tokenizer-crash.html', 'foo');"> 
       
     4         Click the button above. Another browser window should open and then immediately close without crashing.
       
     5     </body>
       
     6 </html>