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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/svg/repaint/image-with-clip-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt
index e2b9a926bc4a0785f02b5bbdec43fbdd8590ae24..615f5d3dbb6520223dfc62f144e8c68358d6d355 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt
@@ -19,78 +19,62 @@
{
"object": "LayoutSVGRect rect id='r'",
"rect": [0, 0, 100, 100],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGRect rect id='r'",
"rect": [0, 0, 100, 100],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGContainer g id='g'",
"rect": [20, 20, 60, 60],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGContainer g id='g'",
"rect": [20, 20, 60, 60],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGImage image",
"rect": [20, 20, 60, 60],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGImage image",
"rect": [20, 20, 60, 60],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGContainer g id='g'",
"rect": [175, 25, 50, 50],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGImage image",
"rect": [175, 25, 50, 50],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGRect rect id='r'",
"rect": [175, 25, 50, 50],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGContainer g id='g'",
"rect": [0, 0, 10, 10],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGImage image",
"rect": [0, 0, 10, 10],
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutSVGRoot svg",
"rect": [222, 0, 3, 75],
"reason": "incremental"
- },
- {
- "object": "LayoutSVGHiddenContainer defs",
- "reason": "location change"
- },
- {
- "object": "LayoutSVGHiddenContainer defs",
- "reason": "location change"
- },
- {
- "object": "LayoutSVGResourceClipper clipPath id='p'",
- "reason": "location change"
- },
- {
- "object": "LayoutSVGResourceClipper clipPath id='p'",
- "reason": "location change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698