diff --git a/TEST/test.js b/TEST/test.js index 34e5320aff..2f18308289 100644 --- a/TEST/test.js +++ b/TEST/test.js @@ -1,6 +1,13 @@ // the real version of this file is named test.user.js and it does at least // load into GM even if it doesn't work +// When I run this script on the page below +// @include http://test.barrycarter.info/select1.html +// I want it to alert "foo" everytime I change selections. +// Instead, I get "Error: Component is not available" + +// NOTE: works fine in firebug + // generic test greasemonkey script sel = document.evaluate('//select', diff --git a/TEST/test.user.js b/TEST/test.user.js index 34e5320aff..2f18308289 100644 --- a/TEST/test.user.js +++ b/TEST/test.user.js @@ -1,6 +1,13 @@ // the real version of this file is named test.user.js and it does at least // load into GM even if it doesn't work +// When I run this script on the page below +// @include http://test.barrycarter.info/select1.html +// I want it to alert "foo" everytime I change selections. +// Instead, I get "Error: Component is not available" + +// NOTE: works fine in firebug + // generic test greasemonkey script sel = document.evaluate('//select',