blob: 62f3f8a3cb64ba0d5520aa6a5e07d4d7b32e693a [file] [log] [blame]
CONSOLE MESSAGE: This test passes if it does not crash.
if (window.testRunner) testRunner.dumpAsText(); onload = () => { 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'); };