| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-021.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-021.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-021.html
|
| index 36d5cd4794e719f36161227610d7f9ce2338c98c..176519bd5020e039c4e9279e5d7e244f951e1312 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-021.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-021.html
|
| @@ -27,7 +27,7 @@
|
| function(){
|
| var textarea = document.getElementById("textarea");
|
| assert_equals(getComputedStyle(textarea).caretColor, 'rgb(0, 255, 0)');
|
| - }, "Default caret-color is not interpolatible");
|
| + }, "Default caret-color is not interpolable");
|
| </script>
|
| </body>
|
|
|
|
|