Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-select-element/common-HTMLOptionsCollection-namedItem-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS if only one item has a *name* or id value matching the parameter, return th at object and stop
3 PASS if only one item has a name or *id* value matching the parameter, return th at object and stop
4 PASS if no item has a name or id value matching the parameter, return null and s top
5 FAIL return an HTMLOptionsCollection in correct order for repeated 'id' value as sert_array_equals: lengths differ, expected 2 got 0
6 FAIL return an HTMLOptionsCollection in correct order for repeated 'name' value assert_array_equals: lengths differ, expected 2 got 0
7 FAIL return an HTMLOptionsCollection in correct order for repeated mixed value a ssert_array_equals: lengths differ, expected 2 got 0
8 Harness: the test ran to completion.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698