[Webkit-unassigned] [Bug 6796] New: Reproducible CSS Crasher
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Jan 25 11:03:13 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6796
Summary: Reproducible CSS Crasher
Product: WebKit
Version: 417.x
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: HasReduction, InRadar
Severity: normal
Priority: P1
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
Simple reduction attached.
Also here:
<style>
body{
font-size:11px;
line-height:127%
}
div{
float:left;
overflow:auto
}
div label{
float:left;
font-size:110%
}
div span{
float:right;
}
</style>
<div>
<label>foo</label>
<span>bar</span>
</div>
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list