Closed
Bug 628970
Opened 14 years ago
Closed 14 years ago
test_bug347174_write.html loads http://www.mozilla.org/images/header_logo.gif over the network
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b11
Tracking | Status | |
---|---|---|
status1.9.2 | --- | .17-fixed |
status1.9.1 | --- | unaffected |
People
(Reporter: ted, Assigned: mounir)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Running mochitest-1/5 with Wireshark running, I caught this test making an external network request:
GET /images/header_logo.gif?noCache=1296048497617ignoremefrombuzillabug347174 HTTP/1.1
Host: www.mozilla.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20110105 Firefox/4.0b9pre
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://mochi.test:8888/tests/content/html/content/test/test_bug347174_write.html
We should fix the test to load an image from the test server, using a http://mochi.test or example.com URL.
Assignee | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Seems overly complicated. Why not just use a relative URL? <img src="image.png"> would load image.png from the same server and path as the test...
Reporter | ||
Comment 3•14 years ago
|
||
Sorry to make a purely negative comment. Thanks for jumping on fixing this!
Assignee | ||
Comment 4•14 years ago
|
||
I can't use regexp, I'm sad :(
Attachment #507107 -
Attachment is obsolete: true
Attachment #507111 -
Flags: review?(jonas)
Attachment #507107 -
Flags: review?(jonas)
Attachment #507111 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b11
Version: unspecified → Trunk
Assignee | ||
Comment 7•14 years ago
|
||
Pushed in 1.9.2 branch:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/e21fba0b6eee
Reporter | ||
Comment 8•14 years ago
|
||
This file doesn't exist in 1.9.1, so I'm assuming "unaffected".
status1.9.1:
--- → unaffected
Comment 9•14 years ago
|
||
The "3.6.15" we're releasing today does not fix this bug, the release containing this bug fix has been renamed to "3.6.16" and the bugzilla flags will be updated to reflect that soon. Today's release is a re-release of 3.6.14 plus a fix for a bug that prevented many Java applets from starting up.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•