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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-020.html

Issue 2622083005: Import csswg-test@8efdf536c33b9754bcd02f6629e18aea7f3b24cb (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 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/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>

Powered by Google App Engine
This is Rietveld 408576698