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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-rescale-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/platform/linux/paint/invalidation/svg/text-rescale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-rescale-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-rescale-expected.txt
index 67c84af9096b687ba83ad8519ce3a334d71345ea..ecafbd4ab1c3529331391106d638fbcbc0998189 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-rescale-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-rescale-expected.txt
@@ -7,16 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "rect": [0, 13, 402, 187],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGRoot (positioned) svg",
- "rect": [0, 0, 402, 163],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g id='text2g'",
"rect": [0, 63, 402, 100],
"reason": "full"
@@ -246,10 +236,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot (positioned) svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGContainer g id='text1g'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698