upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / list-wrapping-image-crash.html
1 <body>
2 <script>
3 if (window.layoutTestController)
4     layoutTestController.dumpAsText();
5 document.designMode = "on";
6 document.execCommand('selectall');
7 document.execCommand('insertimage');
8 document.execCommand('insertorderedlist');
9 document.body.innerHTML = "PASSED - this test case didn't ASSERT, bug 19066";
10 </script>