Title: [231101] trunk/LayoutTests
Revision
231101
Author
[email protected]
Date
2018-04-27 09:30:23 -0700 (Fri, 27 Apr 2018)

Log Message

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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (231100 => 231101)


--- trunk/LayoutTests/ChangeLog	2018-04-27 16:11:12 UTC (rev 231100)
+++ trunk/LayoutTests/ChangeLog	2018-04-27 16:30:23 UTC (rev 231101)
@@ -1,3 +1,13 @@
+2018-04-27  Simon Fraser  <[email protected]>
+
+        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  <[email protected]>
 
         Fix color-filter to apply to text decorations

Modified: trunk/LayoutTests/platform/win/TestExpectations (231100 => 231101)


--- trunk/LayoutTests/platform/win/TestExpectations	2018-04-27 16:11:12 UTC (rev 231100)
+++ trunk/LayoutTests/platform/win/TestExpectations	2018-04-27 16:30:23 UTC (rev 231101)
@@ -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 ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to