blob: d823a3a41e2d9776b1aec9825ce212f56ac0aaa7 [file] [log] [blame]
PASS for (node of NodeList)
PASS for ([index, node] of NodeList.entries())
PASS for (index of NodeList.keys())
PASS for (node of NodeList.values())
PASS NodeList.prototype.forEach()
PASS Delete earlier element in live NodeList
PASS Delete later element in live NodeList