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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2397003002: Mark children of an SVG root as needing paint invalidation checking on resize. (Closed)
Patch Set: none 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/absolute-sized-content-with-resources-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
index 03f9481961c6a367d17d6f995d33c5c25a1d414d..5d0c47e9fb89ab964c75a6f70f2531ba6974ac8f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt
@@ -14,14 +14,64 @@
"reason": "forced by layout"
},
{
+ "object": "LayoutSVGContainer g",
+ "rect": [42, 119, 334, 268],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [42, 119, 334, 268],
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutSVGRoot svg",
"rect": [42, 119, 334, 268],
"reason": "forced by layout"
},
{
+ "object": "LayoutSVGEllipse circle",
+ "rect": [242, 253, 167, 200],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [242, 53, 167, 200],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [9, 253, 167, 200],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [9, 53, 167, 200],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [17, 219, 84, 68],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [17, 219, 84, 68],
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutSVGRoot svg",
"rect": [17, 219, 84, 68],
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [67, 253, 42, 67],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "rect": [67, 186, 42, 67],
+ "reason": "bounds change"
}
]
}
@@ -38,6 +88,50 @@
{
"object": "LayoutSVGRoot svg",
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutSVGHiddenContainer defs",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGResourceLinearGradient linearGradient id='gradient'",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGGradientStop stop",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGGradientStop stop",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGResourceMasker mask id='mask'",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGEllipse circle",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698