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

Unified Diff: LayoutTests/paint/invalidation/animated-gif.html

Issue 1008043002: [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
« no previous file with comments | « no previous file | Source/core/layout/LayoutBoxModelObject.cpp » ('j') | Source/core/layout/LayoutImage.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/paint/invalidation/animated-gif.html
diff --git a/LayoutTests/paint/invalidation/animated-gif.html b/LayoutTests/paint/invalidation/animated-gif.html
new file mode 100644
index 0000000000000000000000000000000000000000..c93973cc26eed65e9c77c9995711529c04d89a68
--- /dev/null
+++ b/LayoutTests/paint/invalidation/animated-gif.html
@@ -0,0 +1,5 @@
+<!doctype HTML>
+
+<div style="height: 2000px; width: 2000px;">
+<image src="../../fast/images/resources/animated.gif">
+</div>
« no previous file with comments | « no previous file | Source/core/layout/LayoutBoxModelObject.cpp » ('j') | Source/core/layout/LayoutImage.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698