[Webkit-unassigned] [Bug 37056] LayoutTests/editing/selection/move-left-right.html is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 19:13:17 PDT 2010


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52478|review?                     |review+
               Flag|                            |




--- Comment #3 from Shinichiro Hamaji <hamaji at chromium.org>  2010-04-20 19:13:17 PST ---
(From update of attachment 52478)
> The expectation contains storange y values, which is due to Bug 37016, 
> that is revealed by the change. But it is not bug of this test, nor bug of the
> code that the test exercises.

Is it easy to fix Bug 37016? If so, I'd suggest fixing it first.

> -            layoutTestController.dumpAsText();
> +            if (window.layoutTestController)
> +                layoutTestController.dumpAsText();

I think we usually put dumpAsText on the toplevel so we can call this even when
runTest isn't called.

Anyway, this looks good!

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