[Webkit-unassigned] [Bug 138468] [GTK] WebProcess crashes when quickly attempting many DnD operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 09:25:14 PST 2016


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

--- Comment #43 from Darin Adler <darin at apple.com> ---
(In reply to comment #42)
> FWIW, js-test-pre.js will create the console element if there isn't one in
> markup. It is sometimes useful to have an explicit one in test source to
> guarantee its position in the DOM tree, which may be the case here.

To put this in a larger context, tests using js-test-pre.js are often written in ways that are needlessly complex, for example with the test JavaScript put in a separate file (valuable for pure JavaScript tests that can be run without involving HTML, but not a good practice for the other tests), or with explicit elements like the console that are only needed in certain special cases, not for all tests.

When writing new tests we want to avoid repeating these old patterns unnecessarily.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160126/4e7feb57/attachment.html>


More information about the webkit-unassigned mailing list