Closed
Bug 1526598
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 15255 - [html] Restore utility method for query encoding
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15255 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15255
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[html] Restore utility method for query encoding
The
poll_for_stashfunction was relocated fromresolve-url.jsin
service of a test refactoring [1]. However, the following tests depend
on the presence of that function in that file:
- html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
- html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html
Restore the function to its original location and persist the copy.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c8da1d68612bc3cae17c2cd364bea8912a410d01
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 5 tests
Tests that are disabled for instability:
/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html
/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html
/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html
/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html
/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d2ff85c428aa
[wpt PR 15255] - [html] Restore utility method for query encoding, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2384c1c7af5a
[wpt PR 15255] - [html] Restore utility method for query encoding, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•