blob: f21289d853e037800595172b05856d0f78dfe603 [file] [log] [blame]
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/
*/
//-----------------------------------------------------------------------------
var BUGNUMBER = 539488;
var summary =
'|var| statements for existing, read-only/permanent properties should not ' +
'be errors';
print(BUGNUMBER + ": " + summary);
/**************
* BEGIN TEST *
**************/
var undefined;
/******************************************************************************/
reportCompare(true, true);
print("All tests passed!");