| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| index 26e1db026b863ac2f7e4b1830b15708bc6d3452d..506986cc883f36bbcaa8c61bb21199a55307516f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -1690,7 +1690,7 @@ TEST_P(PaintPropertyTreeBuilderTest, SvgRootAndForeignObjectPixelSnapping) {
|
| EXPECT_EQ(nullptr, svgProperties->paintOffsetTranslation());
|
| EXPECT_EQ(LayoutPoint(LayoutUnit(8.6), LayoutUnit(8.3)),
|
| svgProperties->localBorderBoxProperties()->paintOffset);
|
| - // Paint offset of SVGRoot be baked into svgLocalToBorderBoxTransform after
|
| + // Paint offset of SVGRoot is baked into svgLocalToBorderBoxTransform after
|
| // snapped to pixels.
|
| EXPECT_EQ(TransformationMatrix().translate(9, 8),
|
| svgProperties->svgLocalToBorderBoxTransform()->matrix());
|
|
|