[Webkit-unassigned] [Bug 28327] Media layout tests should have a way to provide test files in different formats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 23:38:33 PDT 2009


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


Eric Carlson <eric.carlson at apple.com> changed:

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




--- Comment #34 from Eric Carlson <eric.carlson at apple.com>  2009-09-10 23:38:30 PDT ---
(From update of attachment 39405)
> -                // controller should still be visible after a second
> -                setTimeout(function() { layoutTestController.notifyDone(); } , 1000);
> -            }
> +                setTimeout(function() {
> +                    if (window.layoutTestController)
> +                        layoutTestController.notifyDone();
> +                } , 1000);

Is there any reason to remove the comment about what the 1 second timeout is
for?

r=me

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