d23f8a4d67f098ac51997b03dead9784bedeee05
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / input-box-text-fragment-combine-text-crash.html
1 <html>
2 Test passes if it does not crash.
3 <input type="submit" value="Search"></input>
4 <style>
5     input { -webkit-text-combine:horizontal; }
6 </style>
7 <script>
8     if (window.testRunner)
9         testRunner.dumpAsText();
10 </script>
11 </html>