[webkit-changes] [WebKit/WebKit] 5a94eb: sync CSS parsing tests and custom-elements state t...
Commit Queue
noreply at github.com
Mon Nov 20 11:00:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a94eb22e5b63cb991524ec6e789aaba642a7fc4
https://github.com/WebKit/WebKit/commit/5a94eb22e5b63cb991524ec6e789aaba642a7fc4
Author: Keith Cirkel <webkit at keithcirkel.co.uk>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M LayoutTests/imported/w3c/resources/import-expectations.json
M LayoutTests/imported/w3c/web-platform-tests/css/css-scoping/slotted-parsing-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-has-disallow-nesting-has-inside-has-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-state-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-state.html
M LayoutTests/imported/w3c/web-platform-tests/css/support/parsing-testcommon.js
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/ElementInternals-states-expected.txt
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/ElementInternals-states.html
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/README.md
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/state-pseudo-class-expected.txt
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/state-pseudo-class.html
R LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/w3c-import.log
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/META.yml
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/custom-state-set-strong-ref.tentative-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/custom-state-set-strong-ref.tentative.html
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window.html
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window.js
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/state-css-selector.tentative-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/state-css-selector.tentative.html
R LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-computed.sub-expected.txt
M LayoutTests/tests-options.json
Log Message:
-----------
sync CSS parsing tests and custom-elements state tests
https://bugs.webkit.org/show_bug.cgi?id=264802
Reviewed by Tim Nguyen.
This syncs the css/selectors/parsing, custom-elements/state, and
custom-state-pseudo-class WPTs, as well as removing the state.tentative
tests as they have were moved to state/tentative but prior sync failed
to remove this directory.
Additionally a lot of the css tests need rebaselining as the shared
assertions have changed.
Upstream commit: https://github.com/web-platform-tests/wpt/commit/bde41bd1d5581c22cb5a5ecb77ed2e366e8c18ac
* LayoutTests/imported/w3c/resources/import-expectations.json:
* LayoutTests/imported/w3c/web-platform-tests/css/css-scoping/slotted-parsing-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-has-disallow-nesting-has-inside-has-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-state-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/parsing/parse-state.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/css/support/parsing-testcommon.js:
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/ElementInternals-states-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/ElementInternals-states.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/README.md: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/state-pseudo-class-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/state-pseudo-class.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-elements/state.tentative/w3c-import.log: Removed.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/META.yml: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/custom-state-set-strong-ref.tentative-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/custom-state-set-strong-ref.tentative.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/idlharness.window.js: Added.
(MyElement):
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/state-css-selector.tentative-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/custom-state-pseudo-class/state-css-selector.tentative.html: Added.
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-computed.sub-expected.txt: Removed.
* LayoutTests/tests-options.json:
Canonical link: https://commits.webkit.org/270981@main
More information about the webkit-changes
mailing list