[Webkit-unassigned] [Bug 229960] Add layout test for performance of adding children to a shadow host

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 6 14:11:28 PDT 2021


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #437426|review?                     |review+
              Flags|                            |

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

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

> LayoutTests/fast/shadow-dom/host-child-append-performance.html:11
> +for (i = 0; i < 10000; ++i)
> +    host.appendChild(document.createElement("div"));

Wouldn't this test start passing on a very fast machine even if this got broken
or start failing on a very slow machine without any regression?
I guess there is no way around it.

-- 
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/20210906/3443dfcf/attachment.htm>


More information about the webkit-unassigned mailing list