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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.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
Index: third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html b/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..11da7f3d6a0eed66359f84346314998553794bd0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <style type="text/css" media="screen">
+ div {
+ border-radius: 1px;
+ background-color: #009900;
+ height: 200px;
+ width: 200px;
+ }
+ </style>
+</head>
+<body>
+ <p>Div background should animate between red and green. DRT should snapshot when it is green.</p>
+ <div></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698