You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the last test in active-lock.html is whether promise is aborted or not for iframe document. My understand is that iframe document isn't "top-level browsing context's active document", so this step is do nothing. So I confuse this WPT.
Should we abort pending promise even if document isn't top- level?
The text was updated successfully, but these errors were encountered:
If this test is for 8.3.5.1, it will be followed. But after 8.3.6, I guess it has possible orphan case for this promise. I guess more check whether full active or not after 8.3.6.
In spec,
But the last test in active-lock.html is whether promise is aborted or not for iframe document. My understand is that iframe document isn't "top-level browsing context's active document", so this step is do nothing. So I confuse this WPT.
Should we abort pending promise even if document isn't top- level?
The text was updated successfully, but these errors were encountered: