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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-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/invalidate-on-child-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
index fc2e1253e28c3caf72082f73c1b1ea776078674c..11db7d58956109bfe019a0dd068e3baa7b0d6258 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
@@ -12,21 +12,11 @@
"reason": "SVG resource change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [40, 40, 120, 120],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g",
"rect": [0, 0, 110, 110],
"reason": "SVG resource change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [0, 0, 110, 110],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGEllipse circle id='circle'",
"rect": [50, 50, 100, 100],
"reason": "full"
@@ -41,10 +31,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g",
"reason": "SVG resource change"
},

Powered by Google App Engine
This is Rietveld 408576698