blob: ceb21bce44c7242c7d1c50dec127d750eab7eacf [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The Date.prototype has the property "setMilliseconds"
esid: sec-properties-of-the-date-prototype-object
description: The Date.prototype has the property "setMilliseconds"
---*/
if (Date.prototype.hasOwnProperty("setMilliseconds") !== true) {
$ERROR('#1: The Date.prototype has the property "setMilliseconds"');
}