| 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 2af3d7fe368e997a67167a2c3fa49b863856bfd2..f89158054fb4bb05d4f06848772ed5a38be4bee5 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
| @@ -2285,8 +2285,8 @@ TEST_P(PaintPropertyTreeBuilderTest,
|
| ->propertyTreeState.transform());
|
|
|
| auto contentsProperties = svgWithViewBoxProperties->contentsProperties();
|
| - EXPECT_EQ(LayoutPoint(), contentsProperties.paintOffset);
|
| - EXPECT_EQ(svgWithViewBoxProperties->svgLocalToBorderBoxTransform(),
|
| + EXPECT_EQ(LayoutPoint(30, 20), contentsProperties.paintOffset);
|
| + EXPECT_EQ(framePreTranslation(),
|
| contentsProperties.propertyTreeState.transform());
|
| }
|
|
|
|
|