Open
Bug 411136
Opened 17 years ago
Updated 3 years ago
Right border disappears at certain window widths, using iframe and relative width
Categories
(Core :: Web Painting, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
585 bytes,
text/html
|
Details |
See testcase, at certain screen widths, the right border of the black bordered box disappears for me. I see this with current windows trunk build.
I'm not seeing that on branch. I haven't looked for a regression range, yet.
The external stylesheet consists of this: #a {}
The iframe content consists of this:
<html>
<head>
</head>
<body style="margin: 0;">
<div style="width:631px; height: 100px; border: 1px solid black;"></div>
</body>
</html>
Updated•16 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•