| Index: chrome/test/data/dromaeo/webrunner.js
|
| diff --git a/chrome/test/data/dromaeo/webrunner.js b/chrome/test/data/dromaeo/webrunner.js
|
| index 4e7b302c628d0d28516e335648f29d36f1160f89..8b0e346003255fbb495f305cc9a4fe9fde0bd7d5 100644
|
| --- a/chrome/test/data/dromaeo/webrunner.js
|
| +++ b/chrome/test/data/dromaeo/webrunner.js
|
| @@ -809,6 +809,7 @@
|
| // Add some more stuff if running in automated mode.
|
| window.automation = {}
|
| window.automation.SetDone = function() {
|
| + console.log("Total: " + this.GetScore());
|
| window.document.cookie = "__done=1; path=/";
|
| }
|
| window.automation.GetScore = function() {
|
|
|