Bug 301008
| Summary: | DOM timers installed during a microtask checkpoint should not inherit DOM timer nesting level from the task scope. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Reno <rreno> |
| Component: | DOM | Assignee: | Ryan Reno <rreno> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/55601 | ||
| Bug Depends on: | 304089 | ||
| Bug Blocks: | |||
Ryan Reno
After executing a DOM timer we will perform a microtask checkpoint. If we install a DOM timer during the microtask execution that timer should not inherit the nesting level from the timer that just ran.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162893146>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/52582
Ryan Reno
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/55601
EWS
Committed 301979@main (85dc29aff870): <https://commits.webkit.org/301979@main>
Reviewed commits have been landed. Closing PR #52582 and removing active labels.
Ryan Reno
Reopened Bugzilla.
AutoFill fails to fill password field on iclouod.com, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=304089.