Page 1 of 1

NoScript error in Modernizr Test

Posted: Sat Aug 20, 2011 10:11 pm
by Juppi
Firefox can solve the Modernizr Test Suite
http://modernizr.github.com/Modernizr/test/index.html
but with NoScript enabled I get one error:

no global variables should leak (other than Modernizr and iepp)
Expected: ""
Result: "cookie,toStaticHTML"
Diff: "" "cookie,toStaticHTML"
Source: ()@http://modernizr.github.com/Modernizr/t ... nit.js:102

Is NoScript blocking something without noticing? How can I fix it?

Juppi

Re: NoScript error in Modernizr Test

Posted: Sat Aug 20, 2011 10:43 pm
by Giorgio Maone
NoScript augments the window with a few properties Modernizr doesn't expect to see on Firefox.
Nothing you need to worry about.

Re: NoScript error in Modernizr Test

Posted: Sat Aug 20, 2011 11:51 pm
by Juppi
Wow, that was fast! Thank You, NoScript rocks!

Juppi