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

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

Issue 2793493002: Add paint invalidation tests for APNG images (Closed)
Patch Set: Created 3 years, 9 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-png-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/animated-png-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/animated-png-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4623f269a3cb3a82eae1e54951514a27fb88a46c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/animated-png-expected.txt
@@ -0,0 +1,24 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [2008, 2016],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutImage IMG id='targetImage'",
+ "rect": [8, 8, 50, 50],
+ "reason": "full"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutImage IMG id='targetImage'",
+ "reason": "full"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698