d1a49e5de4de22bc9bec7cfa2b0fc0299b319aa4
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / tests / data / selection_disabled.html
1 <input id="disabled-input" type="text" value="This text should be selected." disabled>
2 <script>
3 var input = document.getElementById('disabled-input');
4 input.select();
5 </script>