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

Unified Diff: third_party/WebKit/LayoutTests/editing/caret/caret-color-transition-expected.txt

Issue 2537373005: [css-ui] Make caret-color animatable (Closed)
Patch Set: Created 4 years 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/editing/caret/caret-color-transition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/caret/caret-color-transition-expected.txt b/third_party/WebKit/LayoutTests/editing/caret/caret-color-transition-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8a40ea338d757525b6332e8f38bddb59cb69b148
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/caret/caret-color-transition-expected.txt
@@ -0,0 +1,4 @@
+PASS - "caret-color" property for "textarea" element at 0s saw something close to: 255,0,255
+PASS - "caret-color" property for "textarea" element at 0.5s saw something close to: 128,128,128
+PASS - "caret-color" property for "textarea" element at 1s saw something close to: 0,255,0
+

Powered by Google App Engine
This is Rietveld 408576698