Closed
Bug 92379
Opened 24 years ago
Closed 24 years ago
charset in Content-Type causes <script src=""> to fail
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ian, Assigned: jst)
References
()
Details
(Keywords: testcase, topembed)
Attachments
(1 file)
|
355 bytes,
text/html
|
Details |
STEPS TO REPRODUCE
Look at the attachment. It has a Content-Type meta tag:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
...and links to this external script:
http://ad.uk.doubleclick.net/adj/homepage.av.monaco.fr/fullbanner;sz=468x60
ACTUAL RESULTS
Browser spins, apparently blocked trying to download the script.
EXPECTED RESULTS
IE6-pre renders the page fine.
This broke out of Bugscape bug number 7921.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Hmmm. Works fine for me on my Linux debug trunk build. But assigning to DOM
Other component. (Who owns META-charset reload issues?)
Assignee: clayton → jst
Component: HTML Element → DOM Other
QA Contact: bsharma → gerardok
| Assignee | ||
Comment 4•24 years ago
|
||
Hmm, works fine using a commercial Netscape 6.1 build, investigating...
| Assignee | ||
Comment 5•24 years ago
|
||
I've been trying to reproduce this with a branch build for a few days now, tried
everything I could think of but I'm unable to reproduce the problem, it always
works for me.
Marking WORKSFORME, please reopen and tell me how to reproduce this if this is
still a problem.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
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
•