upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 19455.html
1 <body><hr><pre><hr>
2 </pre><script>
3 if (window.layoutTestController)
4     window.layoutTestController.dumpAsText();
5 document.designMode = "on";
6 document.execCommand("SelectAll");
7 document.execCommand("CreateLink", 0, 'foo');
8 document.execCommand("SelectAll");
9 document.execCommand("JustifyCenter");
10 document.body.innerText = "This tests for a crash when performing JustifyCenter.  It should not crash.";
11 </script></body>