mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Bug 1351193 - Update tests
This commit is contained in:
parent
6e67c59787
commit
cbb7e5262c
3 changed files with 2 additions and 17 deletions
|
|
@ -172,7 +172,7 @@ function test()
|
|||
|
||||
// Check that DataTransfer's .types has the hack to alias contains()
|
||||
// to includes().
|
||||
var dataTransfer = new win.DataTransfer("foo", true);
|
||||
var dataTransfer = new win.DataTransfer();
|
||||
is(dataTransfer.types.contains, dataTransfer.types.includes,
|
||||
"Should have contains() set up as an alias to includes()");
|
||||
// Waive Xrays on the dataTransfer itself, since the .types we get is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue