Closed
Bug 675710
Opened 14 years ago
Closed 14 years ago
test_URIs.js doesn't test protocol-relative URIs ("//site/foo/bar")
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
People
(Reporter: jesup, Assigned: jesup)
Details
Attachments
(1 file)
1.05 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
We handle protocol-relative URIs, but they're not in the test suite
See RFC 3986 section 4.2:
http://tools.ietf.org/html/rfc3986#section-4.2
Follow-on to bug 622981
Assignee | ||
Updated•14 years ago
|
Summary: test_URIs.js doesn't test protocol-relative URIs ("//site/fo/bar") → test_URIs.js doesn't test protocol-relative URIs ("//site/foo/bar")
Assignee | ||
Comment 1•14 years ago
|
||
The tests pass, but this adds coverage in case anyone breaks it.
No affect on normal builds, just on test runs
Attachment #549889 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 549889 [details] [diff] [review]
protocol-relative URI tests
r=me
Attachment #549889 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Checked in as http://hg.mozilla.org/mozilla-central/rev/8fe19339d17e
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•