| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html
|
| index 7f2f2f0560ece8053a8ff079e9dc9da0aa8a38e1..4e80c2f1d1fb64abd1967d5ef54e7beaf52516a0 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html
|
| @@ -5,7 +5,7 @@
|
| <link rel="help" href="http://www.w3.org/TR/css3-ui/#caret-color">
|
| <link rel="help" href="https://www.w3.org/TR/web-animations-1/#dom-animatable-animate">
|
| <link rel="help" href="https://www.w3.org/TR/css3-color/#color0">
|
| -<meta name="assert" content="Test checks that 'currentcolor' value for caret-color property is interpolatible.">
|
| +<meta name="assert" content="Test checks that 'currentcolor' value for caret-color property is interpolable.">
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <style>
|
| @@ -34,6 +34,6 @@
|
| player.pause();
|
| player.currentTime = 5;
|
| assert_equals(getComputedStyle(textarea).caretColor, 'rgb(128, 128, 128)');
|
| - }, "caret-color: currentcolor is interpolatible");
|
| + }, "caret-color: currentcolor is interpolable");
|
| </script>
|
| </body>
|
|
|