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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt

Issue 2245263008: Auto-rebaseline for r412633 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt
index e9f7954d0772be3495a9a909d088179174165ac4..7b71cd549711a44a5e93ca5d4a461eca52d6e87a 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/repaint-on-constant-size-change-expected.txt
@@ -1,10 +1,25 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGImage image",
+ "rect": [0, 0, 200, 100],
+ "reason": "full"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutSVGImage image",
+ "reason": "full"
}
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/repaint-on-constant-size-change-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698