[Webkit-unassigned] [Bug 117370] New: Whitespace between inlines with nowrap and a shrink-to-fit parent line-break incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 8 06:55:16 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117370
Summary: Whitespace between inlines with nowrap and a
shrink-to-fit parent line-break incorrectly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: robert at webkit.org
<!DOCTYPE html>
<html>
<style>
#container {
float: right;
}
.link
{
white-space: nowrap;
}
</style></head>
<body>
<div id="container">
<a href="" class="link">A</a>
<a href="" class="link">B
</a>
</div>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list