blob: 20b3e25403e803f3640e46f26132b41a73b2cd98 [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.designMode = 'on'; document.execCommand('FontSizeDelta', false, '1'); };