Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1847114 [wpt PR 41330] - Make dialog user-agent styles apply whil…
…e in top layer, a=testonly Automatic update from web-platform-tests Make dialog user-agent styles apply while in top layer This makes it so that while the dialog element is doing an exit animation, its positioning etc. styles from the user-agent stylesheet still apply so it doesnt jump to a different spot while animating out. The :modal class is removed during this time which is why it was a problem before. We also can't just make all dialog elements always have these styles applied, because then they would also apply to non-modal dialogs. Spec: whatwg/html#9387 Fixed: 1451910 Change-Id: I4d2b240ab17879d6cf08f94f32d7c7577e9f53ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4739784 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1179848} -- wpt-commits: d315170388cc39a79899491733317a74d02e19f1 wpt-pr: 41330
- Loading branch information