| Index: third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
|
| index e8642b60be2e5ac4c164e79a4206feab5a98cac7..2b674e9879295fa98cd06f55ad9d92337f39b24f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCellTest.cpp
|
| @@ -166,7 +166,7 @@ TEST_F(LayoutTableCellTest, RepaintContentInTableCell) {
|
| // Check that overflow was calculated on the cell.
|
| LayoutBlock* inputBlock = toLayoutBlock(getLayoutObjectByElementId("cell"));
|
| LayoutRect rect = inputBlock->localVisualRect();
|
| - EXPECT_EQ(rect, LayoutRect(-1, -1, 24, 24));
|
| + EXPECT_EQ(LayoutRect(-1, -1, 24, 24), rect);
|
| }
|
| } // namespace
|
|
|
|
|