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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/svg-image-par-resize-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/svg-image-par-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/svg-image-par-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/svg-image-par-resize-expected.txt
index 0d66e930f0f1797ecefe741b883faf800a764d9f..d7f012f92e1c595ffb2a7eeff168627f3145d854 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/svg-image-par-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/svg-image-par-resize-expected.txt
@@ -10,21 +10,12 @@
"object": "LayoutSVGImage image",
"rect": [8, 8, 200, 200],
"reason": "full"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [108, 8, 100, 200],
- "reason": "incremental"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
"object": "LayoutSVGImage image",
"reason": "full"
}

Powered by Google App Engine
This is Rietveld 408576698