Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'linux' && debug
- Manifest: devtools/client/shared/sourceeditor/test/browser.toml
/* 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);
});