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

XMLHttpRequest: minor cleanup of URLSearchParams test #5154

Merged
merged 1 commit into from
Mar 30, 2017

Conversation

annevk
Copy link
Member

@annevk annevk commented Mar 16, 2017

No description provided.

@wpt-pr-bot
Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot added the xhr label Mar 16, 2017
@ghost
Copy link

ghost commented Mar 16, 2017

View the complete job log.

Firefox (nightly channel)

Testing web-platform-tests at revision 5a6d4b3
Using browser at version BuildID 20170314110401; SourceStamp 6d38ad302429c98115c354d643e81987ecec5d3c
Starting 10 test iterations
No tests run.

@ghost
Copy link

ghost commented Mar 16, 2017

View the complete job log.

Chrome (unstable channel)

Testing web-platform-tests at revision 5a6d4b3
Using browser at version 58.0.3029.19 dev
Starting 10 test iterations
No tests run.

@annevk annevk requested a review from jdm March 30, 2017 10:25
@jdm jdm merged commit 180b023 into master Mar 30, 2017
@annevk annevk deleted the annevk/xhr-minor-cleanup-usp branch March 30, 2017 15:17
hiroshige-g added a commit to hiroshige-g/wpt that referenced this pull request Dec 13, 2019
`script element's node document` is re-evaluated after script evaluation,
and thus if a script is moved to another Document during its own evaluation,
`currentScript` of the *new* document could be updated.

After web-platform-tests#5154, `currentScript` is always set/reset on the same Document,
which is expected, and tested so here.
hiroshige-g added a commit to hiroshige-g/wpt that referenced this pull request Dec 13, 2019
In the spec before whatwg/html#5154,
`script element's node document` is re-evaluated after script evaluation,
and thus if a script is moved to another Document during its own evaluation,
`currentScript` of the *new* document could be updated.

After web-platform-tests#5154, `currentScript` is always set/reset on the same Document,
which is expected, and tested so here.
domenic pushed a commit that referenced this pull request Mar 10, 2021
In the spec before whatwg/html#5154,
`script element's node document` is re-evaluated after script evaluation,
and thus if a script is moved to another Document during its own evaluation,
`currentScript` of the *new* document could be updated.

After #5154, `currentScript` is always set/reset on the same Document,
which is expected, and tested so here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants