| Index: chrome/test/data/extensions/api_test/executescript/navigation_race/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/navigation_race/test.js b/chrome/test/data/extensions/api_test/executescript/navigation_race/test.js
|
| index 4db0c2db8baf69c839d3d331b92aab7e02487533..02bd14b9d9d0ab7bc296a6e8916026037124c284 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/navigation_race/test.js
|
| +++ b/chrome/test/data/extensions/api_test/executescript/navigation_race/test.js
|
| @@ -19,7 +19,7 @@ chrome.test.getConfig(function(config) {
|
| if (chrome.runtime.lastError) {
|
| chrome.test.assertTrue(
|
| chrome.runtime.lastError.message.indexOf(
|
| - 'Cannot access contents of url "http://a.com:') == 0);
|
| + 'Cannot access contents of the page.') == 0);
|
| chrome.test.notifyPass();
|
| } else {
|
| // If there were no errors, then the script did run, but it should
|
|
|