Skip to content

Test changes for relaxed name validation#56248

Merged
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
sideshowbarker:eng/Allow-more-characters-test-changes
Mar 3, 2026
Merged

Test changes for relaxed name validation#56248
webkit-commit-queue merged 1 commit intoWebKit:mainfrom
sideshowbarker:eng/Allow-more-characters-test-changes

Conversation

@sideshowbarker
Copy link
Copy Markdown
Member

@sideshowbarker sideshowbarker commented Jan 8, 2026

14676a6

Test changes for relaxed name validation
https://bugs.webkit.org/show_bug.cgi?id=241419

Reviewed by Anne van Kesteren.

Update WPT tests and expected results for relaxed name validation.
Remove redundant WebKit-specific tests that are now covered by
the WPT name-validation.html test.

Tests removed (redundant with WPT):
- LayoutTests/dom/html/level1/core/hc_*invalidcharacterexception*
- LayoutTests/dom/html/level2/core/createDocumentType04*
- LayoutTests/dom/xhtml/level1/core/hc_*invalidcharacterexception*
- LayoutTests/dom/xhtml/level2/core/createDocumentType04*
- LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01*
- LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err*
- LayoutTests/fast/dom/DOMImplementation/createDocumentType-err*
- LayoutTests/fast/dom/Document/createAttributeNS-namespace-err*
- LayoutTests/fast/dom/Document/createElement-invalid-names*
- LayoutTests/fast/dom/Document/createElementNS-namespace-err*
- LayoutTests/fast/dom/Element/setAttributeNS-namespace-err*
- LayoutTests/fast/dom/qualified-name-validation*

WPT tests added:
- LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation.html

* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.js: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception.html: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception.js: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1.js: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04-expected.txt: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04.html: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.xhtml: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04-expected.txt: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04.js: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04.xhtml: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01-expected.txt: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01.js: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01.xhtml: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html: Removed.
* LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createElement-invalid-names.html: Removed.
* LayoutTests/fast/dom/Document/createElementNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createElementNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/qualified-name-validation-expected.txt: Removed.
* LayoutTests/fast/dom/qualified-name-validation.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocumentType-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocumentType.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.js:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/productions.js:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-set.html:
* LayoutTests/tests-options.json:

Canonical link: https://commits.webkit.org/308542@main

5511f82

Misc iOS, visionOS, tvOS & watchOS macOS Linux Windows
✅ 🧪 style ✅ 🛠 ios ✅ 🛠 mac ✅ 🛠 wpe ✅ 🛠 win
✅ 🛠 ios-sim ✅ 🛠 mac-AS-debug ✅ 🧪 wpe-wk2 ✅ 🧪 win-tests
✅ 🧪 webkitperl ✅ 🧪 ios-wk2 ✅ 🧪 api-mac ✅ 🧪 api-wpe
✅ 🧪 ios-wk2-wpt ✅ 🧪 api-mac-debug ⏳ 🛠 gtk3-libwebrtc
✅ 🧪 api-ios ✅ 🧪 mac-wk1 ✅ 🛠 gtk
⏳ 🛠 🧪 jsc-debug-arm64 ⏳ 🛠 ios-safer-cpp ✅ 🧪 mac-wk2 ✅ 🧪 gtk-wk2
✅ 🛠 vision ✅ 🧪 mac-AS-debug-wk2 ✅ 🧪 api-gtk
✅ 🛠 🧪 merge ✅ 🛠 vision-sim ✅ 🧪 mac-wk2-stress ✅ 🛠 playstation
✅ 🧪 vision-wk2 ✅ 🧪 mac-intel-wk2
✅ 🛠 tv
✅ 🛠 tv-sim
✅ 🛠 watch
✅ 🛠 watch-sim

@sideshowbarker sideshowbarker self-assigned this Jan 8, 2026
@sideshowbarker sideshowbarker added the DOM For bugs specific to XML/HTML DOM elements (including parsing). label Jan 8, 2026
@annevk

This comment was marked as outdated.

@annevk

This comment was marked as outdated.

@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jan 8, 2026
@sideshowbarker sideshowbarker removed the merging-blocked Applied to prevent a change from being merged label Jan 8, 2026
@sideshowbarker sideshowbarker changed the title Test changes for relaxed name validation https://bugs.webkit.org/show_bug.cgi?id=241419 Test changes for relaxed name validation Jan 8, 2026
@sideshowbarker sideshowbarker force-pushed the eng/Allow-more-characters-test-changes branch from 3e08df3 to 281f985 Compare January 8, 2026 13:58
@sideshowbarker

This comment was marked as outdated.

@sideshowbarker

This comment was marked as outdated.

Copy link
Copy Markdown
Contributor

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me modulo bots, but I suspect the bots will complain about a few things here.

@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jan 8, 2026
@sideshowbarker sideshowbarker removed the merging-blocked Applied to prevent a change from being merged label Jan 8, 2026
@sideshowbarker sideshowbarker force-pushed the eng/Allow-more-characters-test-changes branch from 281f985 to 7885ba1 Compare January 8, 2026 18:29
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jan 8, 2026
@sideshowbarker sideshowbarker removed the merging-blocked Applied to prevent a change from being merged label Jan 12, 2026
@sideshowbarker sideshowbarker force-pushed the eng/Allow-more-characters-test-changes branch from 7885ba1 to 14a3191 Compare January 12, 2026 14:48
@sideshowbarker sideshowbarker requested a review from annevk January 12, 2026 15:05
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jan 12, 2026
Copy link
Copy Markdown
Contributor

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ modulo bots.

@sideshowbarker sideshowbarker removed the merging-blocked Applied to prevent a change from being merged label Jan 13, 2026
@sideshowbarker sideshowbarker force-pushed the eng/Allow-more-characters-test-changes branch from 14a3191 to 5511f82 Compare January 13, 2026 08:32
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jan 13, 2026
@sideshowbarker
Copy link
Copy Markdown
Member Author

@annevk all green here now

@sideshowbarker sideshowbarker requested a review from annevk March 3, 2026 13:05
@sideshowbarker sideshowbarker added merge-queue Applied to send a pull request to merge-queue and removed merging-blocked Applied to prevent a change from being merged labels Mar 3, 2026
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Allow-more-characters-test-changes branch from 5511f82 to 087cc79 Compare March 3, 2026 13:54
https://bugs.webkit.org/show_bug.cgi?id=241419

Reviewed by Anne van Kesteren.

Update WPT tests and expected results for relaxed name validation.
Remove redundant WebKit-specific tests that are now covered by
the WPT name-validation.html test.

Tests removed (redundant with WPT):
- LayoutTests/dom/html/level1/core/hc_*invalidcharacterexception*
- LayoutTests/dom/html/level2/core/createDocumentType04*
- LayoutTests/dom/xhtml/level1/core/hc_*invalidcharacterexception*
- LayoutTests/dom/xhtml/level2/core/createDocumentType04*
- LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01*
- LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err*
- LayoutTests/fast/dom/DOMImplementation/createDocumentType-err*
- LayoutTests/fast/dom/Document/createAttributeNS-namespace-err*
- LayoutTests/fast/dom/Document/createElement-invalid-names*
- LayoutTests/fast/dom/Document/createElementNS-namespace-err*
- LayoutTests/fast/dom/Element/setAttributeNS-namespace-err*
- LayoutTests/fast/dom/qualified-name-validation*

WPT tests added:
- LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation.html

* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement.js: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.js: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception.html: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception.js: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1-expected.txt: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1.html: Removed.
* LayoutTests/dom/html/level1/core/hc_elementinvalidcharacterexception1.js: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04-expected.txt: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04.html: Removed.
* LayoutTests/dom/html/level2/core/createDocumentType04.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.xhtml: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1-expected.txt: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.js: Removed.
* LayoutTests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.xhtml: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04-expected.txt: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04.js: Removed.
* LayoutTests/dom/xhtml/level2/core/createDocumentType04.xhtml: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01-expected.txt: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01.js: Removed.
* LayoutTests/dom/xhtml/level3/core/documentsetstricterrorchecking01.xhtml: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Removed.
* LayoutTests/fast/dom/DOMImplementation/createDocumentType-err.html: Removed.
* LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createAttributeNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/Document/createElement-invalid-names-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createElement-invalid-names.html: Removed.
* LayoutTests/fast/dom/Document/createElementNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Document/createElementNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt: Removed.
* LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html: Removed.
* LayoutTests/fast/dom/qualified-name-validation-expected.txt: Removed.
* LayoutTests/fast/dom/qualified-name-validation.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocument.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocumentType-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/DOMImplementation-createDocumentType.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createAttribute-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElementNS.js:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/attributes.html:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/name-validation.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/productions.js:
* LayoutTests/imported/w3c/web-platform-tests/dom/nodes/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-set-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dataset-set.html:
* LayoutTests/tests-options.json:

Canonical link: https://commits.webkit.org/308542@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Allow-more-characters-test-changes branch from 087cc79 to 14676a6 Compare March 3, 2026 13:56
@webkit-commit-queue
Copy link
Copy Markdown
Collaborator

Committed 308542@main (14676a6): https://commits.webkit.org/308542@main

Reviewed commits have been landed. Closing PR #56248 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit 14676a6 into WebKit:main Mar 3, 2026
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Mar 3, 2026
@sideshowbarker sideshowbarker deleted the eng/Allow-more-characters-test-changes branch March 3, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DOM For bugs specific to XML/HTML DOM elements (including parsing).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants