[webkit-changes] [WebKit/WebKit] 727dbe: fast/dom/selectorAPI/caseID.html is a constant tex...
Chris Dumez
noreply at github.com
Thu Aug 24 11:45:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 727dbe30fe5ffaa2a2370b91eb551d3834a89419
https://github.com/WebKit/WebKit/commit/727dbe30fe5ffaa2a2370b91eb551d3834a89419
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/css/parser/CSSSelectorParser.cpp
M Source/WebCore/css/parser/CSSSelectorParser.h
Log Message:
-----------
fast/dom/selectorAPI/caseID.html is a constant text failure (when repro steps are followed).
https://bugs.webkit.org/show_bug.cgi?id=260556
rdar://114287946
Reviewed by Antti Koivisto.
The CSSSelectorParserContext's operator==() was wrong, it was using `||` instead
of `&&` between the data member checks. Fix the issue by using the default
operator==().
* LayoutTests/TestExpectations:
* Source/WebCore/css/parser/CSSSelectorParser.cpp:
(WebCore::CSSSelectorParserContext::operator== const): Deleted.
Canonical link: https://commits.webkit.org/267237@main
More information about the webkit-changes
mailing list