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

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

Issue 2731393002: Remove SK_SUPPORT_LEGACY_BROKEN_LERP (Closed)
Patch Set: rebase Created 3 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: 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
deleted file mode 100644
index 11da7f3d6a0eed66359f84346314998553794bd0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/animated-gif-as-background-rounded-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<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