haikuwebkit/LayoutTests/fast/editing/paste-and-match-style-with-...

5 lines
353 B
Plaintext

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'); };