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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-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/svg/custom/mask-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
index 424253d54d6a08951002fdd819a498eaa8b5b52e..e1b82e8452dd6193649a7a20188819524a816afb 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
@@ -5,22 +5,47 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [100, 100, 460, 316],
- [100, 100, 403, 249],
- [100, 100, 403, 249],
- [100, 100, 403, 249],
- [50, 50, 460, 316],
- [50, 50, 453, 299],
- [50, 50, 453, 299],
- [50, 50, 453, 299]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRect rect",
- "LayoutSVGRoot svg",
- "LayoutSVGRect rect id='maskRect'",
- "LayoutSVGContainer g id='root'",
- "LayoutSVGRect rect"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGContainer g id='root'",
+ "rect": [50, 50, 453, 299],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g id='root'",
+ "rect": [100, 100, 403, 249],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [50, 50, 453, 299],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [100, 100, 403, 249],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect id='maskRect'",
+ "rect": [50, 50, 460, 316],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='maskRect'",
+ "rect": [100, 100, 460, 316],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [50, 50, 453, 299],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [100, 100, 403, 249],
+ "reason": "bounds change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698