Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / forms / textarea-input-event.html
blob3bad04121df2391f2d0c02114bed857748a5690d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 </head>
7 <body>
8 <p id="description"></p>
9 <div id="console"></div>
11 <div oninput="handleDivOnInput(event)">
12 <textarea id="ta">before</textarea>
13 </div>
15 <script src="resources/textarea-input-event.js"></script>
16 <script src="../../fast/js/resources/js-test-post.js"></script>
17 </body>
18 </html>