1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 02:49:06 +00:00
Files
UXP/devtools/client/performance/test/helpers/urls.js
T

7 lines
276 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
exports.EXAMPLE_URL = "http://example.com/browser/devtools/client/performance/test";
exports.SIMPLE_URL = `${exports.EXAMPLE_URL}/doc_simple-test.html`;