| Index: Source/devtools/front_end/Tests.js
|
| diff --git a/Source/devtools/front_end/Tests.js b/Source/devtools/front_end/Tests.js
|
| index deb90064935e6ec645c64beff204323b5c935b07..8b315c0bacb422ac4828b46986fd9dfec08ace5c 100644
|
| --- a/Source/devtools/front_end/Tests.js
|
| +++ b/Source/devtools/front_end/Tests.js
|
| @@ -510,7 +510,6 @@ TestSuite.prototype.testConsoleOnNavigateBack = function()
|
| function didClickLink() {
|
| // Check that there are no new messages(command is not a message).
|
| this.assertEquals(3, WebInspector.console.messages.length);
|
| - this.assertEquals(1, WebInspector.console.messages[0].totalRepeatCount);
|
| this.evaluateInConsole_("history.back();", didNavigateBack.bind(this));
|
| }
|
|
|
| @@ -522,7 +521,6 @@ TestSuite.prototype.testConsoleOnNavigateBack = function()
|
|
|
| function didCompleteNavigation() {
|
| this.assertEquals(7, WebInspector.console.messages.length);
|
| - this.assertEquals(1, WebInspector.console.messages[0].totalRepeatCount);
|
| this.releaseControl();
|
| }
|
|
|
|
|