Source code

Revision control

Copy as Markdown

Other Tools

/*
* Any copyright is dedicated to the Public Domain.
*/
//-----------------------------------------------------------------------------
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!");