[Webkit-unassigned] [Bug 32928] New: Height of DIV increase one by one when set height to percentage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 25 00:13:53 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32928
Summary: Height of DIV increase one by one when set height to
percentage
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jisong at microsoft.com
<html>
<head>
<style>
div {border: solid 3px black; width: 50%; height: 30%;}
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>
View this page, the height of div grows one by one. The same thing happens for
<table>. And when print the page there's the same issue.
--
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