blob: f7d117f82011688f2e39bd0d1abc85806c027771 [file] [log] [blame]
<html>
<body>
<h1>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=48019">Bug 48019</a>. It is OK not to crash.</h1>
<meter><isindex>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("CreateLink", 0, 'foo');
document.execCommand("JustifyCenter");
</script>
</body>
</html>