Bug 24871
Summary: | The top of the floated box should is aligned with the top of the current line box. | ||
---|---|---|---|
Product: | WebKit | Reporter: | wesleyZeng <weihong.zeng> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | darin, robert |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
wesleyZeng
The top of the floated box should is aligned with the top of the current line box:
<style>
a.r{float:right;}
</style>
<body>
<div>
<a href="http://product.it168.com/list/b/03016310_1.shtml" target="_blank">ThinkPad</a><a href="http://product.it168.com/list/b/0301_1.shtml" class="r">more>></a>
</div>
</body>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Hogan
Test case looks fine to me. Closing as invalid.