diff --git a/test/unit/globals.html b/test/unit/globals.html index 78bc96fd73..2a5b2a3164 100644 --- a/test/unit/globals.html +++ b/test/unit/globals.html @@ -79,14 +79,19 @@ stub: true, // Polymer - Polymer: true, - currentImport: true, JSCompiler_renameProperty: true, // weird safari + selenium globals alert: true, confirm: true, - prompt: true + prompt: true, + + // weird Firefox event + NotifyPaintEvent: true, + + // module-to-amd transform + require: true, + resolve: true }; test('check global leakage', function() {