Open
Bug 701368
Opened 12 years ago
Updated 6 months ago
On localhost, Firefox does not read css when html page does not match the cached html page
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: michael_patrick_mcnally, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0 Build ID: 20111104165243 Steps to reproduce: I updated my page's source code on my local computer's web server (127.0.0.1 a.k.a. localhost) and hit refresh. Actual results: Firefox realized the source code of the page had changed. Upon noticing this change, Firefox did not read the css document included in the head section of the html, therefore my page was completely unstyled. Expected results: The css document should have been read and applied to the document.
Keywords: css2
Summary: On localhost, Firefox does not read css when html page does not match the catched html page → On localhost, Firefox does not read css when html page does not match the cached html page
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•