gecko-dev/accessible/tests/browser/scroll
Kris Maglione 637cac1ea7 Bug 1481024: Stop relying on lexical variables being available across frame scripts. r=yzen
The accessibility tests currently rely, in many places, on lexical variables
defined in global frame scripts being available to other non-global frame
scripts. While that is currently the case, it will stop being so soon.

And, while the simplest solution would be to define them as properties on the
frame message manager by using `var` rather than `let`, storing references to
the current content window in a frame script scope is unsafe at best, and
should be avoided at all costs.

MozReview-Commit-ID: 4FCGtLgcFzl

--HG--
extra : rebase_source : d21206c9f119ca0ce61f9956f84a2e2d11484bca
2018-08-02 20:19:50 -07:00
..
browser.ini Bug 1387507 - Enable disabled a11y tests. r=eitan 2017-09-08 09:31:13 -05:00
browser_test_zoom_text.js Bug 1481024: Stop relying on lexical variables being available across frame scripts. r=yzen 2018-08-02 20:19:50 -07:00
head.js Bug 1385817 - Enable the quotes ESLint rule for accessible/ r=yzen 2017-08-01 17:13:27 +01:00