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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded.html

Issue 2340683002: Advance image animations when drawing as shaders (Closed)
Patch Set: refresh in applyShader() Created 4 years, 3 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 | third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background.html b/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded.html
similarity index 92%
copy from third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background.html
copy to third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded.html
index 2868a0845f543d6c3e31dee152c61f523211ab7e..b278082f9aaffbead86c7e2edf2c8d62a1f434e6 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded.html
@@ -2,7 +2,8 @@
<head>
<style type="text/css" media="screen">
div {
- background: blue;
+ border-radius: 1px;
+ background-size: 200px 200px;
background-image: url('resources/red-green-animated.gif');
height: 200px;
width: 200px;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698