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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-image-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/js-update-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-image-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-image-expected.txt
index 13495fa6dc2713c83c972b2c1eee31b64f923893..9f76e40e1fe574b609bd32911877db94796a0eb6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-image-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-image-expected.txt
@@ -10,21 +10,12 @@
"object": "LayoutSVGImage image id='image'",
"rect": [0, 0, 75, 75],
"reason": "full"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [0, 0, 75, 75],
- "reason": "became visible"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "became visible"
- },
- {
"object": "LayoutSVGImage image id='image'",
"reason": "full"
}

Powered by Google App Engine
This is Rietveld 408576698