blob: aca7fb2cbe2b7fbc00d0cd77286d31c73748bfda (
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
);
});
|