summaryrefslogtreecommitdiffstats
path: root/browser/components/shell/test/browser_headless_screenshot_cross_origin.js
blob: 95477735811e5fd37748d551472245bb9ed5a66c (plain)
1
2
3
4
5
6
7
8
9
"use strict";

add_task(async function () {
  // Test cross origin iframes work.
  await testGreen(
    "http://mochi.test:8888/browser/browser/components/shell/test/headless_cross_origin.html",
    screenshotPath
  );
});