[Webkit-unassigned] [Bug 9121] REGRESSION: [Incremental Repaint] DHTML movement test failures
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Jun 4 12:00:00 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
hyatt at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8696|review? |review-
Flag| |
------- Comment #9 from hyatt at apple.com 2006-06-04 11:59 PDT -------
(From update of attachment 8696)
This check:
if (isRenderBlock() && (!isInline() || isReplaced()))
is probably overkill. The only time a RenderBlock becomes inline (without
being an inline-block) is when it's a compact or run-in.
I'd just do:
if (isRenderBlock())
instead and not worry about optimizing for the compact/run-in case.
--
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