Files
sousa-gecko/accessible/tests/browser/scroll/head.js
T
Eitan Isaacson bf603ee0db Bug 2040047 - P6: Rename promisified-events.js to events.js. r=Jamie
Doing this in a separate commit so we preserve the file's history for
blame's sake.

Differential Revision: https://phabricator.services.mozilla.com/D300883
2026-05-18 21:54:20 +00:00

18 lines
560 B
JavaScript

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
// Load the shared-head file first.
Services.scriptloader.loadSubScript(
"chrome://mochitests/content/browser/accessible/tests/browser/shared-head.js",
this
);
// Loading helpers from accessible/tests/mochitest/ for all tests.
loadScripts(
{ name: "common.js", dir: MOCHITESTS_DIR },
{ name: "events.js", dir: MOCHITESTS_DIR }
);