Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: true
- Manifest: dom/events/test/browser.toml
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
// Drag and drop stuff from inside one shadow DOM to another shadow DOM.
// Includes shadow DOMs in iframes.
"use strict";
add_setup(async function () {
await setup({
outerURL1: kBaseUrl1 + "browser_dragdrop_shadow_outer.html",
outerURL2: kBaseUrl2 + "browser_dragdrop_shadow_outer.html",
innerURL1: kBaseUrl1 + "browser_dragdrop_shadow_inner.html",
innerURL2: kBaseUrl2 + "browser_dragdrop_shadow_inner.html",
});
});
Services.scriptloader.loadSubScript(
this
);