summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/sourceeditor/test/browser_vimemacs.js
blob: cda5899b70ba61783877def8f0b728ac0d9fd08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

const URI =
  "chrome://mochitests/content/browser/devtools/client" +
  "/shared/sourceeditor/test/codemirror/vimemacs.html";

add_task(async function test() {
  requestLongerTimeout(4);
  await runCodeMirrorTest(URI);
});