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; |