[Webkit-unassigned] [Bug 42993] REGRESSION (r63994): Bank of America's home page is horribly mis-rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 11:10:29 PDT 2010


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





--- Comment #8 from Mark Rowe (bdash) <mrowe at apple.com>  2010-07-27 11:10:29 PST ---
(From update of attachment 62712)
> diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
> index 2f8c734..25f2b39 100644
> --- a/LayoutTests/ChangeLog
> +++ b/LayoutTests/ChangeLog
> @@ -1,3 +1,15 @@
> +2010-07-27  fsamuel at chromium.org  <fsamuel at chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Restored the expectation for the slashdot logo table test.
> +
> +        REGRESSION (r63994): Bank of America's home page is horribly mis-rendered
> +        https://bugs.webkit.org/show_bug.cgi?id=42993

Please put bug titles at the top of the ChangeLog entry rather than at the bottom.  Not only does this match every single other ChangeLog entry ever written, it makes them much easier to find when visually scanning the ChangeLog.

> diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
> index e26d185..87f7378 100644
> --- a/WebCore/ChangeLog
> +++ b/WebCore/ChangeLog
> @@ -1,3 +1,35 @@
> +2010-07-27  fsamuel at chromium.org  <fsamuel at chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Fixed bug introduced by patch for bug 40775. 
> +
> +        The new table rendering code did not take into account table layouts starting
> +        during a partial construction of the table render tree. As such,
> +        multiple layouts on the same table resulted in more columns being generated.
> +        This patch solves this issue.
> +
> +        REGRESSION (r63994): Bank of America's home page is horribly mis-rendered
> +        https://bugs.webkit.org/show_bug.cgi?id=42993

Ditto.

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