Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / textarea-node-removed-from-document-crash.html
1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xht="http://www.w3.org/1999/xhtml">
2     <script type="text/javascript">
3         if (window.testRunner)
4         {
5             testRunner.dumpAsText();
6             testRunner.waitUntilDone();
7         }
8         
9         function runTest()
10         {
11             var elements = document.getElementsByTagNameNS('http://www.w3.org/1999/xhtml','html');
12             elements[0].textContent = "PASS";
13             
14             if (window.testRunner)
15                 testRunner.notifyDone();
16         }
17     </script> 
18     <xht:object>
19         <input autofocus="" onfocus="runTest();"/> 
20         <xht:textarea></xht:textarea>
21     </xht:object>
22 </html>
23