upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 5142012-2.html
1 <body contenteditable="true"><a href="#">This tests for a crash when creating a list from a link.  This paragraph should be a link and should be inside a list item.</a> <br></div>
2 <script>
3 document.body.focus();
4 document.execCommand("SelectAll");
5 document.execCommand("InsertUnorderedList");
6 </script>