[Webkit-unassigned] [Bug 60692] [SVG] Assertion failure by dragging text between input fields inside <foreignObject>s

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 09:41:40 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-24 09:41:40 PST ---
(From update of attachment 94584)
View in context: https://bugs.webkit.org/attachment.cgi?id=94584&action=review

> LayoutTests/editing/pasteboard/drag-drop-input-in-svg.svg:14
> +(function runTest()
> +{

Is it really necessary to have a function?  I would have done:
if (window.layoutTestController) {
   ...
}

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