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

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

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 7b349b34ecb1dc0254f712cbbf66df265e7dd24f..812ba2ff55dd5c51fe6d54248e490d46d6d82276 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
@@ -5,36 +5,102 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [222, 0, 3, 75],
- [175, 25, 50, 50],
- [175, 25, 50, 50],
- [175, 25, 50, 50],
- [20, 20, 60, 60],
- [20, 20, 60, 60],
- [20, 20, 60, 60],
- [20, 20, 60, 60],
- [0, 75, 222, 5],
- [0, 10, 222, 70],
- [0, 0, 100, 100],
- [0, 0, 100, 100],
- [0, 0, 10, 10],
- [0, 0, 10, 10],
- [0, 0, 10, 10]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRoot svg",
- "LayoutSVGContainer g id='g'",
- "LayoutSVGHiddenContainer defs",
- "LayoutSVGResourceClipper clipPath id='p'",
- "LayoutSVGRect rect id='r'",
- "LayoutSVGImage image",
- "LayoutSVGRoot svg",
- "LayoutSVGContainer g id='g'",
- "LayoutSVGHiddenContainer defs",
- "LayoutSVGResourceClipper clipPath id='p'",
- "LayoutSVGRect rect id='r'",
- "LayoutSVGImage image"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGContainer g id='g'",
+ "rect": [0, 0, 10, 10],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGContainer g id='g'",
+ "rect": [20, 20, 60, 60],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGContainer g id='g'",
+ "rect": [20, 20, 60, 60],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGContainer g id='g'",
+ "rect": [175, 25, 50, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGHiddenContainer defs",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGHiddenContainer defs",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGImage image",
+ "rect": [0, 0, 10, 10],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGImage image",
+ "rect": [20, 20, 60, 60],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGImage image",
+ "rect": [20, 20, 60, 60],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGImage image",
+ "rect": [175, 25, 50, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='r'",
+ "rect": [0, 0, 10, 10],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='r'",
+ "rect": [0, 0, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='r'",
+ "rect": [0, 0, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='r'",
+ "rect": [175, 25, 50, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGResourceClipper clipPath id='p'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGResourceClipper clipPath id='p'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [0, 10, 222, 70],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [222, 0, 3, 75],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [0, 75, 222, 5],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698