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

Unified Diff: third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html

Issue 2694383002: Don't animate caret-color: auto (Closed)
Patch Set: Fix composition test Created 3 years, 10 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/animations/composition/caret-color-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html b/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
index 82d5d6d81df8c05369c79743afa5489d9719c05f..8705f82c4ed2ed207020cf17ecbb7dffb2f92ab7 100644
--- a/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/composition/caret-color-composition.html
@@ -33,11 +33,11 @@ assertComposition({
addFrom: 'rgb(100, 100, 100)',
addTo: 'rgb(200, 200, 200)',
}, [
- {at: -0.3, is: 'rgb(120, 120, 120)'},
- {at: 0, is: 'rgb(150, 150, 150)'},
- {at: 0.5, is: 'rgb(200, 200, 200)'},
- {at: 1, is: 'rgb(250, 250, 250)'},
- {at: 1.5, is: 'rgb(255, 255, 255)'},
+ {at: -0.3, is: 'rgb(70, 70, 70)'},
+ {at: 0, is: 'rgb(100, 100, 100)'},
+ {at: 0.5, is: 'rgb(150, 150, 150)'},
+ {at: 1, is: 'rgb(200, 200, 200)'},
+ {at: 1.5, is: 'rgb(250, 250, 250)'},
]);
</script>
</body>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698