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

Unified Diff: LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-expected.txt

Issue 1026823002: [S.P.] Don't draw frames of animated images that are offscreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-expected.txt b/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8e6728e479bb7c0c3ac00e73768a6aa99447487e
--- /dev/null
+++ b/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-expected.txt
@@ -0,0 +1,22 @@
+{
+ "bounds": [2008, 2016],
+ "children": [
+ {
+ "bounds": [2008, 2016],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 8, 2000, 54],
+ [8, 8, 50, 50],
+ [8, 8, 50, 50]
+ ],
+ "paintInvalidationClients": [
+ "LayoutImage IMG id='targetImage'",
+ "LayoutBlockFlow DIV",
+ "LayoutImage IMG id='targetImage'",
+ "LayoutImage IMG id='targetImage'"
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698