Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1813109 [wpt PR 38222] - VT: Require a documentElement for the tr…
…ansition to happen, a=testonly Automatic update from web-platform-tests VT: Require a documentElement for the transition to happen This patch ensures that we don't start a transition if we don't have a document element. This is because documentElement is the originating element for the pseudo tree, so we need to have it for the transition to happen. Note that if we want to support documents that don't have a documentElement, then we need to figure out where to put the pseudo elements. [email protected] Fixed: 1410435 Change-Id: Ib380e87dba2986ace6a567f37ff2cfa5b30268ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4198955 Reviewed-by: Khushal Sagar <[email protected]> Commit-Queue: Khushal Sagar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1097990} -- wpt-commits: 30e0b260a99eb53f0de4a838b50c60406a42efc0 wpt-pr: 38222
- Loading branch information