chromium/third_party/blink/renderer/core/css/cssom/prepopulated_computed_style_property_map_test.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/css/cssom/prepopulated_computed_style_property_map.h"

#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/css_computed_style_declaration.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

class PrepopulatedComputedStylePropertyMapTest : public PageTestBase {};

TEST_F(PrepopulatedComputedStylePropertyMapTest, NativePropertyAccessors) {}

TEST_F(PrepopulatedComputedStylePropertyMapTest, CustomPropertyAccessors) {}

TEST_F(PrepopulatedComputedStylePropertyMapTest, WidthBeingAuto) {}

}  // namespace blink