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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-019.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-019.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-019.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-019.html
index 367539ce1f086c0eaeda888cdafff273b5cb4e62..adb5d802f613815da031396cc24cd9c7c197798b 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-019.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/caret-color-019.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 'auto' value for caret-color property is not interpolatible.">
+<meta name="assert" content="Test checks that 'auto' value for caret-color property is not 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(0, 255, 0)');
- }, "caret-color: auto is not interpolatible");
+ }, "caret-color: auto is not interpolable");
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698