Closed Bug 3661 Opened 26 years ago Closed 26 years ago

meta http-equiv / content attributes - URI not loaded

Categories

(Core :: DOM: HTML Parser, defect, P3)

All
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: glynn, Assigned: nisheeth_mozilla)

References

()

Details

March 11 Seamonkey builds, Mac 8.5/G3, Linux 5.2, optimized, viewer March 10 win98 optimized, viewer 1. Launch Seamonkey and load page: slip/projects/marvin/html/meta_http_equiv.html 2. Watch the page; page should after initial load, refresh in 30 seconds AND go to http://www.cnn.com. • Refresh occurs but content is not loaded as specified. Time to refresh is honored just not the URI.
Assignee: rickg → troy
I'm not sure who owns redirection; can you tell me, and reassign this bug?
Assignee: troy → kipp
I think nisheeth can take first crack at this. It most possibly could be a webshell thing.
Assignee: kipp → nisheeth
Status: NEW → ASSIGNED
Target Milestone: M4
Accepting bug and setting milestone to M4...
Target Milestone: M4 → M5
Moving bug to M5...
Moving bugs of lower priority to M6...
Moving non-crashing layout and webshell component bugs to M8... I already have enough blockers and crashers for M6. If I fix them in time for M6, I'll move some of these bugs back to the M6 milestone. I'm keeping the M7 milestone for fixing XML bugs.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Check out the HTML of the test case at view-source:http://slip/projects/marvin/html/meta_http_equiv.html. The <META> tag does not specify an HTTP refresh header. The following HTML snippet: ------- <HTML> <HEAD> <META HTTP-EQUIV="Refresh" CONTENT="2;URL=http:nextdoc.html"> </HEAD> <BODY> This should go to cnn.com in 10 seconds... </BODY> </HTML> ------- works for me with the M7 builds. Marking this bug invalid.
Status: RESOLVED → VERIFIED
Marking invalid and notified the owner of the test case that the test needs attention.
You need to log in before you can comment on or make changes to this bug.