mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Bug 1351193 - Update tests
This commit is contained in:
parent
6e67c59787
commit
cbb7e5262c
3 changed files with 2 additions and 17 deletions
|
|
@ -31,7 +31,7 @@ function dropOnRemoteBrowserAsync(browser, data, shouldExpectStateChange) {
|
|||
});
|
||||
}
|
||||
|
||||
let dataTransfer = new content.DataTransfer("dragstart", false);
|
||||
let dataTransfer = new content.DataTransfer();
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
let types = data[i];
|
||||
for (let j = 0; j < types.length; j++) {
|
||||
|
|
@ -166,18 +166,6 @@ function* dropLinksOnBrowser(browser, type) {
|
|||
data: "http://www.mozilla.org/\nMozilla.org\nhttp://www.example.com/\nExample.com" } ] ],
|
||||
"text/x-moz-url with 2 URLs drop on browser " + type);
|
||||
|
||||
// Dropping multiple items should open multiple pages.
|
||||
yield* expectLink(browser,
|
||||
[ { url: "http://www.example.com/",
|
||||
name: "Example.com" },
|
||||
{ url: "http://www.mozilla.org/",
|
||||
name: "http://www.mozilla.org/" }],
|
||||
[ [ { type: "text/x-moz-url",
|
||||
data: "http://www.example.com/\nExample.com" } ],
|
||||
[ { type: "text/plain",
|
||||
data: "http://www.mozilla.org/" } ] ],
|
||||
"text/x-moz-url and text/plain drop on browser " + type);
|
||||
|
||||
// Dropping single item with multiple types should open single page.
|
||||
yield* expectLink(browser,
|
||||
[ { url: "http://www.example.org/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue