[Webkit-unassigned] [Bug 25459] Regression(?): tabs in RTL erroneously overflows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 18:55:04 PDT 2010


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





--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org>  2010-11-04 18:55:04 PST ---
(From update of attachment 73026)
View in context: https://bugs.webkit.org/attachment.cgi?id=73026&action=review

> LayoutTests/fast/dom/tab-in-right-alignment.html:25
> +    }

Maybe print log("PASS") here so that it's easy to tell that the test is passing.  It's also a good idea to hide the contents of div in DRT to avoid unnecessary flakiness etc... i.e. do:
if (window.layoutTestController)
  div.innerHTML = ""; // or div.style.display = "none";

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