Skip to content
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

import.meta.url should include the URL fragment #32704

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

cdumez
Copy link
Contributor

@cdumez cdumez commented Feb 4, 2022

Update workers/modules/shared-worker-import-meta.html to expect import.meta.url to include
the URL fragment. This matches the behavior of both WebKit and Blink.
See whatwg/html#5162 for more information.

Update workers/modules/shared-worker-import-meta.html to expect import.meta.url to include
the URL fragment. This matches the behavior of both WebKit and Blink.
See whatwg/html#5162 for more information.
@cdumez
Copy link
Contributor Author

cdumez commented Feb 4, 2022

cc @domenic

Copy link
Member

@nt1m nt1m left a comment

Choose a reason for hiding this comment

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

LGTM if this is officially specced, otherwise this needs a spec PR. From a look at the checks, it does seem like Chrome follows this behavior (1 extra test pass for Chrome), so r+ based on that.

@annevk annevk merged commit 1c1e48b into web-platform-tests:master Feb 7, 2022
webkit-commit-queue pushed a commit to WebKit/WebKit that referenced this pull request Feb 8, 2022
https://bugs.webkit.org/show_bug.cgi?id=236302

Reviewed by Yusuke Suzuki.

Resync workers/modules/shared-worker-import-meta.html from upstream WPT after web-platform-tests/wpt#32704.

* web-platform-tests/workers/modules/shared-worker-import-meta-expected.txt:
* web-platform-tests/workers/modules/shared-worker-import-meta.html:



Canonical link: https://commits.webkit.org/246984@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
annulen pushed a commit to qtwebkit/qtwebkit that referenced this pull request Feb 9, 2022
https://bugs.webkit.org/show_bug.cgi?id=236302

Reviewed by Yusuke Suzuki.

Resync workers/modules/shared-worker-import-meta.html from upstream WPT after web-platform-tests/wpt#32704.

* web-platform-tests/workers/modules/shared-worker-import-meta-expected.txt:
* web-platform-tests/workers/modules/shared-worker-import-meta.html:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@289424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants