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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 2 months 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/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt
index b3324bdf6aeda813cfffa099194cae79173c8218..d05162198bae7e117c55d459ffd9958e99782db1 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/transform-foreign-object-expected.txt
@@ -17,11 +17,6 @@
"reason": "subtree"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [108, 8, 100, 100],
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow DIV",
"rect": [8, 8, 100, 100],
"reason": "subtree"
@@ -30,21 +25,12 @@
"object": "LayoutSVGForeignObject foreignObject",
"rect": [8, 8, 100, 100],
"reason": "subtree"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [8, 8, 100, 100],
- "reason": "bounds change"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGForeignObject foreignObject",
"reason": "subtree"
},

Powered by Google App Engine
This is Rietveld 408576698