[Webkit-unassigned] [Bug 181116] New: [Web Animations] Create new promises rather than just calling .clear()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 22 00:15:13 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=181116
Bug ID: 181116
Summary: [Web Animations] Create new promises rather than just
calling .clear()
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Animations
Assignee: webkit-unassigned at lists.webkit.org
Reporter: graouts at apple.com
CC: dino at apple.com
The patch for https://bugs.webkit.org/show_bug.cgi?id=180402 makes the test at http/wpt/web-animations/interfaces/Animation/finished.html crash due to an assertion in the Promise code. It turns out we're using .clear() on an existing promise rather than creating a whole new promise as the spec mandates, we need to address this as soon as the patch for https://bugs.webkit.org/show_bug.cgi?id=180402 lands.
--
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/20171222/a6557716/attachment.html>
More information about the webkit-unassigned
mailing list