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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-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/mask-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
index 9a1a1ac4afc0d556cba0898bdce71e5470d796fd..786095c589376e03acaaa5d1f80bb34120b2dbed 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
@@ -27,11 +27,6 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [50, 50, 453, 299],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRect rect",
"rect": [100, 100, 403, 249],
"reason": "layoutObject insertion"
@@ -45,10 +40,6 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRect rect id='maskRect'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698