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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection-expected.txt

Issue 1157773008: W3C Test: Import web-platform-tests/html/{iana,infrastructure} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: W3CImportExpectations glitch 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
2 This is a testharness.js-based test.
3 PASS Original length
4 PASS Setting length to original value has no effect
5 PASS Setting length to shorter value
6 PASS Setting length to longer value
7 FAIL Insert <p><option>6</option></p> into <select> assert_equals: Correct lengt h expected 5 but got 6
8 FAIL Insert <select><option>6</option></select> into <select> assert_equals: Cor rect length expected 5 but got 6
9 PASS Insert <optgroup><option>6</option></optgroup> into <select>
10 FAIL Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <s elect> assert_equals: Correct length expected 5 but got 6
11 PASS namedItem id attribute
12 PASS namedItem name attribute
13 PASS namedItem doesn't match anything
14 FAIL namedItem multiple IDs assert_equals: expected (string) "3" but got (undefi ned) undefined
15 FAIL namedItem multiple names assert_equals: expected (string) "5" but got (unde fined) undefined
16 FAIL namedItem multiple name and ID assert_equals: expected (string) "7" but got (undefined) undefined
17 FAIL namedItem multiple name and ID with multiple attributes assert_equals: expe cted (string) "9" but got (undefined) undefined
18 PASS namedItem id attribute multiple attributes one element
19 PASS namedItem name attribute multiple attributes one element
20 PASS Add non-option to collection
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698