blob: 38f0117151c52a2517986e2c01a2906b94ae8fdc [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/#computed-stylepropertymapreadonly-objects
[
ImplementedAs=ElementComputedStyleMap
] partial interface Element {
[MeasureAs=CSSTypedOMStylePropertyMap] StylePropertyMapReadOnly computedStyleMap();
};