Closed
Bug 408822
Opened 17 years ago
Closed 17 years ago
Rendering oddity - two items that seem like they should render the same render slightly differently
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: adam, Unassigned)
Details
Attachments
(1 file)
601 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> rendering quirk </title>
<meta name="generator" content="editplus">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<style>
span
{
background-color: silver;
}
</style>
<body>
<div>
<span>
testing 1
</span>
<span>
testing 2
</span>
</div>
<br />
<div>
<span>testing 3</span>
<span>testing 4</span>
</div>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
View code pasted in details.
Actual Results:
One div shows each span right next to each other, the other has a gap between them.
Expected Results:
Should they both render the same?
Comment 1•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b3pre) Gecko/2007121805 Minefield/3.0b3pre ID:2007121805
I really do think this is your misunderstanding as how your testcase should work, because Firefox Trunk, Opera 9.24 and IE6 all render your testcase the same way.
Sorry, that would appear to be the case, I'll close this off.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•