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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-expected.txt

Issue 2097173002: Deal with my NeedsManualRebaselines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 6 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/paint/invalidation/animated-gif-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-expected.txt
index 60f2057b1f79bba649425c43f737b4a81bff6d5d..401c5d77f2b39bc559a5b1977e32ba74bc1e8531 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/animated-gif-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [2008, 2016],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [2008, 2016],
"contentsOpaque": true,
"drawsContent": true,
@@ -13,6 +15,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutImage IMG id='targetImage'",
+ "reason": "full"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698