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

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

Issue 1154773008: testharnessreport: Remove Text children of the body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update form-validation-reportValidity-expected.txt 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
1
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS Original length 2 PASS Original length
4 PASS Setting length to original value has no effect 3 PASS Setting length to original value has no effect
5 PASS Setting length to shorter value 4 PASS Setting length to shorter value
6 PASS Setting length to longer value 5 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 6 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 7 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> 8 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 9 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 10 PASS namedItem id attribute
12 PASS namedItem name attribute 11 PASS namedItem name attribute
13 PASS namedItem doesn't match anything 12 PASS namedItem doesn't match anything
14 FAIL namedItem multiple IDs assert_equals: expected (string) "3" but got (undefi ned) undefined 13 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 14 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 15 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 16 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 17 PASS namedItem id attribute multiple attributes one element
19 PASS namedItem name attribute multiple attributes one element 18 PASS namedItem name attribute multiple attributes one element
20 PASS Add non-option to collection 19 PASS Add non-option to collection
21 Harness: the test ran to completion. 20 Harness: the test ran to completion.
22 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698