Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some more tests of NodeList iterability #4663

Merged
merged 1 commit into from Feb 1, 2017
Merged

Conversation

domenic
Copy link
Member

@domenic domenic commented Jan 31, 2017

@wpt-stability-bot
Copy link

wpt-stability-bot commented Jan 31, 2017

Chrome (unstable channel)

Testing web-platform-tests at revision a077848
Using browser at version 57.0.2987.19 dev
Starting 10 test iterations
All results were stable

All results

/dom/nodes/NodeList-Iterable.html
Subtest Results
OK
NodeList has Symbol.iterator. PASS
NodeList responds to Object.keys correctly PASS
live NodeLists are for-of iterable and update appropriately PASS
NodeList has forEach method. PASS
NodeList has values method. PASS
NodeList is iterable via for-of loop. PASS
NodeList has length method. PASS
NodeList has entries method. PASS

@wpt-stability-bot
Copy link

wpt-stability-bot commented Jan 31, 2017

Firefox (nightly channel)

Testing web-platform-tests at revision a077848
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

All results

/dom/nodes/NodeList-Iterable.html
Subtest Results
OK
NodeList has Symbol.iterator. PASS
NodeList responds to Object.keys correctly PASS
live NodeLists are for-of iterable and update appropriately PASS
NodeList has forEach method. PASS
NodeList has values method. PASS
NodeList is iterable via for-of loop. PASS
NodeList has length method. PASS
NodeList has entries method. PASS

}
}

assert_equals(total, 5);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also confirm the order in which elements appear?
e.g. we can add class/id/title on each b to identify each b's.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@domenic
Copy link
Member Author

domenic commented Jan 31, 2017

No idea what the stability bot's problem is this time...

@domenic
Copy link
Member Author

domenic commented Jan 31, 2017

OK, bot problems were my bad messing up submodules. Good for a new review.

@rniwa
Copy link
Contributor

rniwa commented Feb 1, 2017

r=me.

@rniwa rniwa merged commit b7f2ba7 into master Feb 1, 2017
@gsnedders gsnedders deleted the nodelist-iterable branch February 1, 2017 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants