summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch13/13.3/13.3.0_6_2.js
blob: dcce0590664981b0d181c03dd40b956f098c6ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2013 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.

/**
 * @description Tests that Date.prototype.toLocaleString & Co. use the standard
 *     built-in Intl.DateTimeFormat constructor.
 * @author Norbert Lindenberg
 */

$INCLUDE("testIntl.js");

taintDataProperty(Intl, "DateTimeFormat");
new Date().toLocaleString();
new Date().toLocaleDateString();
new Date().toLocaleTimeString();