Skip to content

Commit caec5c9

Browse files
andreasttAutomatedTester
authored andcommitted
collection: use instance checks
Fixes one of the problems identified in #1347.
1 parent 1b3cc88 commit caec5c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5796,13 +5796,13 @@ <h3>Executing Script</h3>
57965796

57975797
<ul>
57985798
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is <code>Arguments</code>
5799-
<li>type is <a>Array</a>
5800-
<li>type is <a><code>FileList</code></a>
5801-
<li>type is <a><code>HTMLAllCollection</code></a>
5802-
<li>type is <a><code>HTMLCollection</code></a>
5803-
<li>type is <a><code>HTMLFormControlsCollection</code></a>
5804-
<li>type is <a><code>HTMLOptionsCollection</code></a>
5805-
<li>type is <a><code>NodeList</code></a>
5799+
<li>instance of <a>Array</a>
5800+
<li>instance of <a><code>FileList</code></a>
5801+
<li>instance of <a><code>HTMLAllCollection</code></a>
5802+
<li>instance of <a><code>HTMLCollection</code></a>
5803+
<li>instance of <a><code>HTMLFormControlsCollection</code></a>
5804+
<li>instance of <a><code>HTMLOptionsCollection</code></a>
5805+
<li>instance of <a><code>NodeList</code></a>
58065806
</ul>
58075807

58085808
<p>

0 commit comments

Comments
 (0)