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