Closed
Bug 531389
Opened 16 years ago
Closed 15 years ago
URL name "home.html" causes font size problem in my local development environment
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: m, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-2-25])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
home.html:
<html><head><link href="./css/css.css" rel="stylesheet" type="text/css"></head>
<body><a href='./home.html'>ZZZZZ</a></body></html>
css.css:
body { font-size:10.0pt; font-family:Verdana; color:black; }
a { padding-top:1px; padding-right:1px; padding-left:1px; text-decoration:none; color:#400080; }
On first launch eveything ok.
On reload font size becomes bigger.
Reproducible: Always
Steps to Reproduce:
1. create the two files in the same directory
2. run home.html
3. reload by link or reload button
Actual Results:
Text ZZZZZ becomes bigger
Expected Results:
text should remain as it was
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode or a fresh profile? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Whiteboard: [CLOSEME 2011-2-25]
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•