forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove no-op i.remove() call from test.
The .remove() call should have no impact on the test results, but it makes our leak detector think we may have a memory leak. Removing this seems to upset the delicate timing using nested renderAnimationFrames in nested.py, so I'm replacing this with an explicit timeout. Fixed: 1359561 Change-Id: Iff00340632913ce58c832aa519b768e0adecf7a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4927189 Commit-Queue: Daniel Vogelheim <[email protected]> Reviewed-by: Mike West <[email protected]> Cr-Commit-Position: refs/heads/main@{#1208761}
- Loading branch information
1 parent
013e699
commit 7c2914d
Showing
2 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters