#include "third_party/blink/renderer/core/layout/layout_inline.h"
#include "build/build_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/layout/hit_test_location.h"
#include "third_party/blink/renderer/core/layout/inline/inline_cursor.h"
#include "third_party/blink/renderer/core/layout/layout_block_flow.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/core/paint/box_fragment_painter.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
namespace blink {
UnorderedElementsAre;
class LayoutInlineTest : public RenderingTest { … };
TEST_F(LayoutInlineTest, PhysicalLinesBoundingBox) { … }
TEST_F(LayoutInlineTest, SimpleContinuation) { … }
TEST_F(LayoutInlineTest, BlockInInlineRemove) { … }
TEST_F(LayoutInlineTest, RegionHitTest) { … }
TEST_F(LayoutInlineTest, RelativePositionedHitTest) { … }
TEST_F(LayoutInlineTest, MultilineRelativePositionedHitTest) { … }
TEST_F(LayoutInlineTest, HitTestCulledInlinePreWrap) { … }
TEST_F(LayoutInlineTest, VisualRectInDocument) { … }
TEST_F(LayoutInlineTest, VisualRectInDocumentVerticalRL) { … }
TEST_F(LayoutInlineTest, VisualRectInDocumentSVGTspan) { … }
TEST_F(LayoutInlineTest, VisualRectInDocumentSVGTspanTB) { … }
TEST_F(LayoutInlineTest, DISABLED_FocusRingRecursiveContinuations) { … }
TEST_F(LayoutInlineTest, DISABLED_FocusRingRecursiveInlinesVerticalRL) { … }
TEST_F(LayoutInlineTest, DISABLED_FocusRingRecursiveContinuationsVerticalRL) { … }
TEST_F(LayoutInlineTest, DISABLED_FocusRingRecursiveInlines) { … }
TEST_F(LayoutInlineTest, AbsoluteBoundingBoxRectHandlingEmptyInline) { … }
TEST_F(LayoutInlineTest, AbsoluteBoundingBoxRectHandlingEmptyInlineVerticalRL) { … }
TEST_F(LayoutInlineTest, AddDraggableRegions) { … }
TEST_F(LayoutInlineTest, AddDraggableRegionsVerticalRL) { … }
TEST_F(LayoutInlineTest, VisualOverflowRecalcLegacyLayout) { … }
TEST_F(LayoutInlineTest, VisualOverflowRecalcLayoutNG) { … }
TEST_F(LayoutInlineTest, VisualOverflowRecalcLegacyLayoutPositionRelative) { … }
}