blob: 249161cc5ec49d72124243ea373a6fe5fd9ab2b2 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Constructor(CSSLengthValue length),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface CSSPerspective : TransformComponent {
readonly attribute CSSLengthValue length;
};