[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:44:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=30846





--- Comment #19 from Shinichiro Hamaji <hamaji at chromium.org>  2010-02-18 19:44:38 PST ---
(From update of attachment 46641)
> +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.

-- 
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