Disable color-filter tests on Windows for now
https://bugs.webkit.org/show_bug.cgi?id=185076

The experimental feature for color-filter is off by default, and Windows WebKit API
would have to change to enable it, so just skip the tests for now.

* platform/win/TestExpectations:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@231101 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index df35aec..e65c3c2 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2018-04-27  Simon Fraser  <simon.fraser@apple.com>
+
+        Disable color-filter tests on Windows for now
+        https://bugs.webkit.org/show_bug.cgi?id=185076
+
+        The experimental feature for color-filter is off by default, and Windows WebKit API
+        would have to change to enable it, so just skip the tests for now.
+
+        * platform/win/TestExpectations:
+
 2018-04-26  Simon Fraser  <simon.fraser@apple.com>
 
         Fix color-filter to apply to text decorations
diff --git a/LayoutTests/platform/win/TestExpectations b/LayoutTests/platform/win/TestExpectations
index 647a7bb..fee5978 100644
--- a/LayoutTests/platform/win/TestExpectations
+++ b/LayoutTests/platform/win/TestExpectations
@@ -116,6 +116,9 @@
 webkit.org/b/74716 css3/filters/backdrop [ Skip ]
 webkit.org/b/74716 legacy-animation-engine/css3/filters/backdrop [ Skip ]
 
+# color-filters are off by default
+webkit.org/b/185076 css3/color-filters [ Skip ]
+
 # TODO Should be moved to platform/mac <rdar://5621425>
 http/tests/misc/willCacheResponse-delegate-callback.html [ Skip ]