#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) { … }
}