#include "third_party/blink/renderer/core/layout/hit_test_location.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
namespace blink {
class LayoutSVGForeignObjectTest : public RenderingTest { … };
TEST_F(LayoutSVGForeignObjectTest, DivInForeignObject) { … }
TEST_F(LayoutSVGForeignObjectTest, IframeInForeignObject) { … }
TEST_F(LayoutSVGForeignObjectTest, HitTestZoomedForeignObject) { … }
TEST_F(LayoutSVGForeignObjectTest, HitTestViewBoxForeignObject) { … }
TEST_F(LayoutSVGForeignObjectTest, HitTestUnderClipPath) { … }
TEST_F(LayoutSVGForeignObjectTest,
HitTestUnderClippedPositionedForeignObjectDescendant) { … }
TEST_F(LayoutSVGForeignObjectTest,
HitTestUnderTransformedForeignObjectDescendant) { … }
TEST_F(LayoutSVGForeignObjectTest, HitTestUnderScrollingAncestor) { … }
TEST_F(LayoutSVGForeignObjectTest, BBoxPropagationZoomed) { … }
TEST_F(LayoutSVGForeignObjectTest, SetNeedsCollectInlines) { … }
TEST_F(LayoutSVGForeignObjectTest, SubtreeLayoutCrash) { … }
TEST_F(LayoutSVGForeignObjectTest, ZoomChangesInvalidatePaintProperties) { … }
TEST_F(LayoutSVGForeignObjectTest, DisplayLocked) { … }
TEST_F(LayoutSVGForeignObjectTest, LocalToAncestorPoint) { … }
}