Index: third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp |
diff --git a/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp b/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp |
index d3542355a01df615f9eea5c47a60242356741f8e..f1f6245c86252820ebf14f6691d47ec1a5bf062d 100644 |
--- a/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp |
+++ b/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp |
@@ -263,7 +263,7 @@ TEST(TransformOperationsTest, AbsoluteAnimatedAxisRotationBounds) { |
FloatBox box(1, 0, 0, 0, 0, 0); |
FloatBox bounds; |
EXPECT_TRUE(toSame.blendedBoundsForBox(box, fromOps, 0, 1, &bounds)); |
- EXPECT_TRUE(toOpposite.blendedBoundsForBox(box, fromOps, 0, 1, &bounds)); |
+ EXPECT_FALSE(toOpposite.blendedBoundsForBox(box, fromOps, 0, 1, &bounds)); |
EXPECT_FALSE(toDifferent.blendedBoundsForBox(box, fromOps, 0, 1, &bounds)); |
} |