3 <script src=
"../resources/common-losing-renderer-on-click.js"></script>
5 #test { width:
100px; }
8 <body onload=
"testLosingRendererOnClick()">
9 This tests that we don't crash when the renderer goes away during event handling.
<br>
10 <input type=
"number" id=
"test" onclick=
"event.target.style.display='none'">