Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp

Issue 2510313004: Use LayoutBox::frameRect() as the viewport of LayoutSVGForeignObject (Closed)
Patch Set: crbug.com/667071 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698