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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-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/pending-resource-after-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
index 5c88d5dad57f3a32a3fbe7add367593bf0547000..778eb0ee73be7b54002a29df405f9b0c29572666 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt
@@ -5,22 +5,47 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 200, 200],
- [0, 0, 200, 200],
- [0, 0, 200, 200],
- [0, 0, 200, 200],
- [0, 0, 200, 200]
- ],
- "paintInvalidationClients": [
- "LayoutSVGResourcePattern pattern id='pat'",
- "LayoutSVGRect rect",
- "LayoutSVGRect rect id='shape'",
- "LayoutSVGRect rect",
- "LayoutSVGResourcePattern pattern id='pat'",
- "LayoutSVGResourcePattern pattern id='pat'",
- "LayoutSVGRect rect",
- "LayoutSVGRect rect id='shape'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 200, 200],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "rect": [0, 0, 200, 200],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='shape'",
+ "rect": [0, 0, 200, 200],
+ "reason": "SVG resource change"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGResourcePattern pattern id='pat'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698