-
Notifications
You must be signed in to change notification settings - Fork 5.6k
chore: update WPT #28717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: update WPT #28717
Conversation
PTAL @crowlKats |
}, | ||
"domparsing": { | ||
"DOMParser-parseFromString-encoding.html": false, | ||
"DOMParser-parseFromString-html.html": false, | ||
"DOMParser-parseFromString-url-base-pushstate.html": false, | ||
"DOMParser-parseFromString-url-base.html": false, | ||
"DOMParser-parseFromString-url-moretests.html": false, | ||
"DOMParser-parseFromString-url-pushstate.html": false, | ||
"DOMParser-parseFromString-url.html": false, | ||
"DOMParser-parseFromString-xml-doctype.html": false, | ||
"DOMParser-parseFromString-xml-internal-subset.html": false, | ||
"DOMParser-parseFromString-xml-parsererror.html": false, | ||
"DOMParser-parseFromString-xml.html": false, | ||
"XMLSerializer-serializeToString.html": false, | ||
"createContextualFragment.html": false, | ||
"innerhtml-04.html": false, | ||
"innerhtml-06.html": false, | ||
"innerhtml-07.html": false, | ||
"innerhtml-mxss.sub.html": false, | ||
"insert-adjacent.html": false, | ||
"insert_adjacent_html.html": false, | ||
"outerhtml-01.html": false, | ||
"outerhtml-02.html": false, | ||
"style_attribute_html.html": false, | ||
"xmldomparser.html": false | ||
}, | ||
"domxpath": { | ||
"booleans.html": false, | ||
"document.tentative.html": false, | ||
"evaluator-constructor.html": [ | ||
"Constructor with 'new'" | ||
], | ||
"evaluator-cross-realm.tentative.html": false, | ||
"evaluator-different-document.tentative.html": false, | ||
"expression-cross-realm.tentative.html": false, | ||
"expression-different-document.tentative.html": false, | ||
"fn-concat.html": false, | ||
"fn-contains.html": false, | ||
"fn-lang.html": false, | ||
"fn-normalize-space.html": false, | ||
"fn-starts-with.html": false, | ||
"fn-substring-after.html": false, | ||
"fn-substring-before.html": false, | ||
"fn-substring.html": false, | ||
"fn-translate.html": false, | ||
"lexical-structure.html": false, | ||
"node-sets.html": false, | ||
"numbers.html": false, | ||
"predicates.html": false, | ||
"resolver-callback-interface-cross-realm.tentative.html": false, | ||
"resolver-callback-interface.html": false, | ||
"resolver-non-string-result.html": false, | ||
"text-html-attributes.html": false, | ||
"text-html-elements.html": false, | ||
"xml_xpath_runner.html": false, | ||
"xpathevaluatorbase-creatensresolver.html": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this addition seems weird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How? What would you like done?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these shouldnt bepresent in the expectation
"successes_ECDH.https.any.worker.html": true, | ||
"successes_ECDSA.https.any.html": true, | ||
"successes_ECDSA.https.any.worker.html": true, | ||
"successes_ECDH.https.any.html": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to fail now because of this change: web-platform-tests/wpt@272064e
(bug in Deno)
No description provided.