// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/platform/inspect/ax_script_instruction.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/accessibility/platform/inspect/ax_property_node.h" namespace ui { TEST(AXScriptInstructionTest, Parse) { … } } // namespace ui