Closed
Bug 1561196
Opened 6 years ago
Closed 6 years ago
Wdspec test for file protocols has too many slashes
Categories
(Testing :: geckodriver, defect, P1)
Tracking
(firefox67 wontfix, firefox68 wontfix, firefox69 fixed)
RESOLVED
FIXED
mozilla69
People
(Reporter: whimboo, Assigned: whimboo)
References
(Regression, )
Details
Attachments
(1 file)
Reported via: https://github.com/web-platform-tests/wpt/issues/17385
The following tests use a file:/// prefix instead of file://, which resolves as file:////var/log instead of file:///var/log for a POSIX path like /var/log.
Affected tests:
/tests/navigate_to/navigate.py
/tests/get_current_url/get.py
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b58ed9cc347c
[wdspec] Fix number of slashes for file:// url tests. r=webdriver-reviewers,ato
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/17492 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 6•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Upstream PR merged
| Assignee | ||
Comment 9•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #8)
Is this a test-only uplift we should take on 68?
It's a minor test-only fix which you could take for uplift if you want. It's not mandatory.
Flags: needinfo?(hskupin)
Updated•6 years ago
|
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•