| Index: third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp b/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| index 78c62082ea72941c21bcb83e6e7fd1d8523cefa6..f302ee6089086c30a56b5cf7ea6b72475010b6b7 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
|
| @@ -83,7 +83,7 @@ TEST_F(BoxShapeTest, zeroRadii)
|
| // is defined as top <= y < top + height.
|
|
|
| EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(-9), LayoutUnit(1)));
|
| - EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(-10), LayoutUnit(0)));
|
| + EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(-10), LayoutUnit()));
|
| EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(-10), LayoutUnit(200)));
|
| EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(5), LayoutUnit(10)));
|
| EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(LayoutUnit(59), LayoutUnit(1)));
|
|
|