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.
createEvent
1 parent 7517937 commit 10fc056Copy full SHA for 10fc056
src/tests/dom/document.html
@@ -60,7 +60,7 @@
60
let byTagNameAll = document.getElementsByTagName('*');
61
// If you add a script block (or change the HTML in any other way on this
62
// page), this test will break. Adjust it accordingly.
63
- testing.expectEqual(20, byTagNameAll.length);
+ testing.expectEqual(21, byTagNameAll.length);
64
testing.expectEqual('html', byTagNameAll.item(0).localName);
65
testing.expectEqual('SCRIPT', byTagNameAll.item(11).tagName);
66
0 commit comments