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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-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-bounce-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
index dc0aa2017206191d1e2ac2a8a37b60dff5618a70..a8d85e55a806becf4a0fd3faa4e10f9be59d6c09 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-bounce-expected.txt
@@ -15,26 +15,12 @@
"object": "LayoutSVGEllipse circle id='bounce'",
"rect": [1, 1, 68, 68],
"reason": "subtree"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [102, 102, 66, 66],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [2, 2, 66, 66],
- "reason": "bounds change"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGEllipse circle id='bounce'",
"reason": "subtree"
}

Powered by Google App Engine
This is Rietveld 408576698