We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c1ce5 commit 3f65602Copy full SHA for 3f65602
index.html
@@ -825,9 +825,10 @@ <h2>
825
"!HTML#concept-relevant-global">relevant global object</a>'s
826
<a href="!HTML#concept-document-window">associated Document</a>.
827
</li>
828
- <li>If <var>document</var> is not <a data-cite="!HTML#fully-active">
829
- fully active</a>, then return a promise rejected with an
830
- "<a>AbortError</a>" <a>DOMException</a>.
+ <li data-tests="throw_if_not_active.https.html">If
+ <var>document</var> is not <a data-cite="!HTML#fully-active">fully
+ active</a>, then return a promise rejected with an
831
+ "<a>AbortError</a>" <a>DOMException</a>.
832
833
<li>
834
<p>
0 commit comments