haikuwebkit/LayoutTests/fast/editing/insert-paragraph-with-text-...

5 lines
352 B
Plaintext

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