Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

/* Any copyright is dedicated to the Public Domain.
"use strict";
const URI =
"/shared/sourceeditor/test/codemirror/vimemacs.html";
add_task(async function test() {
requestLongerTimeout(4);
await runCodeMirrorTest(URI);
});