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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-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/animated-path-inside-transformed-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
index ce8a70ae0375b52065d777d312299641a666e42d..29c47d1c7d64c5ce563c367637cdb9fc564df71a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
@@ -8,16 +8,6 @@
"backgroundColor": "#FFFFFF",
"paintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "rect": [187, 106, 310, 390],
- "reason": "bounds change"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [90, 85, 277, 249],
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGInlineText #text",
"rect": [203, 336, 123, 44],
"reason": "forced by layout"
@@ -62,10 +52,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "bounds change"
- },
- {
"object": "LayoutSVGRect rect id='rect'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698