summaryrefslogtreecommitdiffstats
path: root/dom/bindings
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-20 07:48:10 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-20 07:48:10 +0200
commit568e27db3f80bfb19e3e80a9b21e26b6d9ebb152 (patch)
tree6fec58f88ae8186284e7fce80b9c8900aac80a97 /dom/bindings
parent9454cd4141977deab81daafc40416469508155b5 (diff)
downloadUXP-568e27db3f80bfb19e3e80a9b21e26b6d9ebb152.tar
UXP-568e27db3f80bfb19e3e80a9b21e26b6d9ebb152.tar.gz
UXP-568e27db3f80bfb19e3e80a9b21e26b6d9ebb152.tar.lz
UXP-568e27db3f80bfb19e3e80a9b21e26b6d9ebb152.tar.xz
UXP-568e27db3f80bfb19e3e80a9b21e26b6d9ebb152.zip
Bug 1351193 - Update tests
Diffstat (limited to 'dom/bindings')
-rw-r--r--dom/bindings/test/test_dom_xrays.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/bindings/test/test_dom_xrays.html b/dom/bindings/test/test_dom_xrays.html
index 0700db2f8..15d7013ad 100644
--- a/dom/bindings/test/test_dom_xrays.html
+++ b/dom/bindings/test/test_dom_xrays.html
@@ -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