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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-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/repaint/transform-changed-state-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
index 4f773cbde6ee68beb29c7c4e65dd279b8ce0cb65..37277604218379025680e3112d4ab9b8b27db86e 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
@@ -5,18 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [108, 108, 100, 100],
- [108, 108, 100, 100],
- [108, 108, 100, 100],
- [108, 8, 100, 100],
- [108, 8, 100, 100],
- [108, 8, 100, 100]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRoot svg",
- "LayoutSVGContainer g",
- "LayoutSVGRect rect"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [108, 8, 100, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [108, 108, 100, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [108, 8, 100, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [108, 108, 100, 100],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [108, 8, 100, 100],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [108, 108, 100, 100],
+ "reason": "bounds change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698