summaryrefslogtreecommitdiffstats
path: root/devtools/client/performance/test/helpers/urls.js
blob: 3bf1180b37758f53e3b3405e80f3c4622a5523d9 (plain)
1
2
3
4
5
6
/* 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`;