Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-element-attach-crash.html
bloba4f456121fbce03ebab7d4eefa5ceda70051157c
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <button autofocus>
10 <object>
11 <select autofocus>
12 <input>
13 <span>
14 <div></div>
15 PASS
16 </object>
17 <object></object>
18 </button>
19 </body>
20 </html>