blob: 21971c8adc49e52f0490f0ce2211fe0743558b6c [file] [log] [blame]
// Copyright 2017 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.
// https://drafts.css-houdini.org/css-typed-om-1/#computed-stylepropertymapreadonly-objects
[
ImplementedAs=ElementComputedStyleMap,
RuntimeEnabled=CSSTypedOM
] partial interface Element {
[MeasureAs=CSSTypedOMStylePropertyMap] StylePropertyMapReadOnly computedStyleMap();
};