Checks that repeated console.time do not reset
{
    method : Runtime.consoleAPICalled
    params : {
        args : [
            [0] : {
                type : string
                value : Timer 'a' already exists
            }
        ]
        executionContextId : <executionContextId>
        stackTrace : {
            callFrames : [
                [0] : {
                    columnNumber : 8
                    functionName :
                    lineNumber : 0
                    scriptId : <scriptId>
                    url :
                }
            ]
        }
        timestamp : <timestamp>
        type : warning
    }
}
{
    method : Runtime.consoleAPICalled
    params : {
        args : [
            [0] : {
                type : string
                value : a: 2 ms
            }
        ]
        executionContextId : <executionContextId>
        stackTrace : {
            callFrames : [
                [0] : {
                    columnNumber : 8
                    functionName :
                    lineNumber : 0
                    scriptId : <scriptId>
                    url :
                }
            ]
        }
        timestamp : <timestamp>
        type : timeEnd
    }
}
{
    method : Runtime.consoleAPICalled
    params : {
        args : [
            [0] : {
                type : string
                value : Timer 'a' does not exist
            }
        ]
        executionContextId : <executionContextId>
        stackTrace : {
            callFrames : [
                [0] : {
                    columnNumber : 8
                    functionName :
                    lineNumber : 0
                    scriptId : <scriptId>
                    url :
                }
            ]
        }
        timestamp : <timestamp>
        type : warning
    }
}
