1743820
[gecko.git] / 
blob1743820216fa3d5c40781c5f90ba0f631be60ee1
1 // |reftest| skip-if(!this.hasOwnProperty('Temporal')) -- Temporal is not enabled unconditionally
2 // Copyright (C) 2022 Igalia, S.L. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
5 /*---
6 esid: sec-temporal.now.plaintimeiso
7 description: Functions when time zone argument is omitted
8 features: [Temporal]
9 ---*/
11 const t = Temporal.Now.plainTimeISO();
12 assert(t instanceof Temporal.PlainTime);
14 reportCompare(0, 0);