blob: 2fdd6cd479c9c5794e950fc8ad5881573ccb7834 [file] [log] [blame]
<style>
head, style {
display: block;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
console.log("This test passes if it does not crash.");
document.execCommand('SelectAll');
document.execCommand('Copy');
document.designMode = 'on';
document.execCommand('InsertHorizontalRule');
document.body.appendChild(document.createElement('table'));
document.execCommand('PasteAndMatchStyle');
};
</script>