blob: 98b3327d5d389e8283927645ca0ffa51d0e40f29 [file] [log] [blame]
CONSOLE MESSAGE: This test passes if it does not crash.
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'); };