Test bustage fix by using specific event listener.
[wine-gecko.git] / testing / tools / pageloader / README
blob48c14678c2c019fa8a4b2c5357c489df3eccde39
1 This is a pageloader extension for Firefox. It cycles through a list of URLs 
2 specified in a text file by the user (one URL per line), and reports statistics
3 and raw data about the time each page took to load.
5 This data is dumped to the console, so the browser.dom.window.dump.enabled pref
6 (boolean) must be set to "true", and on Windows Firefox must be run with the
7 "-console" command line switch.
9 This test is intended to be run standalone from a chrome URL, e.g.:
10 firefox -chrome chrome://pageloader/content/pageloader.xul
12 The window will close and the data will be dumped to the console when the
13 test has completed.