[Webkit-unassigned] [Bug 30846] display: inline-block + vertical-align: text-bottom causes misalignment.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 18 19:55:21 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=30846
--- Comment #20 from Yuta Kitamura <yutak at chromium.org> 2010-02-18 19:55:21 PST ---
(In reply to comment #19)
> (From update of attachment 46641 [details])
> > +if (outerBottom >= innerBottom) {
> > + result.innerHTML = 'PASS';
> > + result.style.color = 'green';
> > +} else {
> > + result.innerHTML = 'FAIL';
> > + result.style.color = 'red';
> > +}
> > +result.innerHTML += ' (outerBottom = ' + outerBottom + ', innerBottom = ' + innerBottom + ')';
>
> I think we should output these values (this is platform dependent value, isn't
> it?) only when the test fails. Otherwise, we need to have expectations for all
> platforms.
Indeed. I'll fix it.
--
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