[Webkit-unassigned] [Bug 176142] Speedometer 2.0: Add dummy node to notify app is ready for Backbone suite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 1 11:42:43 PDT 2017


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

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 319437
  --> https://bugs.webkit.org/attachment.cgi?id=319437
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=319437&action=review

> PerformanceTests/Speedometer/resources/tests.js:233
> +            var newTodo = contentDocument.getElementsByClassName('new-todo');
> +            newTodo[0].focus();
> +            return newTodo[0];

I think it's cleaner to use querySelector here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170901/88146b03/attachment.html>


More information about the webkit-unassigned mailing list