blob: 16dd1bef8ea58ac71b772334a312d8454cb4ed54 [file] [log] [blame]
Tests that Web Inspector's console is not broken if Object is overwritten in the inspected page. Test passes if the expression is evaluated in the console and no errors printed. Bug 101320.
var foo = {bar:2012}; foo
{bar: 2012}