| Index: chrome/test/data/extensions/api_test/tabs/on_updated/historyReplaceStateUpdateUrl/a.js
|
| diff --git a/chrome/test/data/extensions/api_test/tabs/on_updated/internalAnchorNavigated/a.js b/chrome/test/data/extensions/api_test/tabs/on_updated/historyReplaceStateUpdateUrl/a.js
|
| similarity index 50%
|
| copy from chrome/test/data/extensions/api_test/tabs/on_updated/internalAnchorNavigated/a.js
|
| copy to chrome/test/data/extensions/api_test/tabs/on_updated/historyReplaceStateUpdateUrl/a.js
|
| index 0d7e645c864a60578c321926141d1981a327681a..d679674d9ea03e9f25eb662799dfc2dc334ddfa7 100644
|
| --- a/chrome/test/data/extensions/api_test/tabs/on_updated/internalAnchorNavigated/a.js
|
| +++ b/chrome/test/data/extensions/api_test/tabs/on_updated/historyReplaceStateUpdateUrl/a.js
|
| @@ -1,10 +1,10 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| window.onload = function() {
|
| - // Navigate after the onload, so the 'complete' status will fire.
|
| + // 'load' and 'complete' are fired with the URL update.
|
| setTimeout(function() {
|
| - location.href = "#b";
|
| + history.replaceState(null, null, "#a");
|
| }, 0);
|
| }
|
|
|