From a6325aea8059972f21b321fbebc16be42c87639f Mon Sep 17 00:00:00 2001 From: "hyatt@apple.com" Date: Thu, 8 Dec 2016 21:54:21 +0000 Subject: [PATCH] @supports fails combinations of conjuctions, disjunctions, and negations of simple conditions https://bugs.webkit.org/show_bug.cgi?id=137566 Reviewed by Dean Jackson. * TestExpectations: Test passes now with new @supports parser. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@209567 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/TestExpectations | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 9971447..cc6223a 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,5 +1,16 @@ 2016-12-08 Dave Hyatt + @supports fails combinations of conjuctions, disjunctions, and negations of simple conditions + https://bugs.webkit.org/show_bug.cgi?id=137566 + + + Reviewed by Dean Jackson. + + * TestExpectations: + Test passes now with new @supports parser. + +2016-12-08 Dave Hyatt + [CSS Parser] Add strict checking for right parens to selector functions like :matches, :not etc. https://bugs.webkit.org/show_bug.cgi?id=165624 diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations index 7720db7..6afdef9 100644 --- a/LayoutTests/TestExpectations +++ b/LayoutTests/TestExpectations @@ -304,7 +304,6 @@ webkit.org/b/159724 imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect webkit.org/b/148856 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_initially_paused.html [ ImageOnlyFailure ] # @supports W3C Failures -webkit.org/b/137566 css3/conditional/w3c/at-supports-010.html [ ImageOnlyFailure ] webkit.org/b/137568 css3/conditional/w3c/at-supports-014.html [ ImageOnlyFailure ] transitions/svg-text-shadow-transition.html [ Failure ] -- 1.8.3.1