summaryrefslogtreecommitdiffstats
path: root/browser/components/shell/test/browser_headless_screenshot_redirect.js
blob: c50b847b6255d22b6e3f7782b15ccfbf844a6cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict";

add_task(async function () {
  // Test when the requested URL redirects
  await testFileCreationPositive(
    [
      "-url",
      "http://mochi.test:8888/browser/browser/components/shell/test/headless_redirect.html",
      "-screenshot",
      screenshotPath,
    ],
    screenshotPath
  );
});