| Index: third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
|
| index b30038cea65c301fa02764f2d4170669f20fcfc6..f30537c59d3162688b69c972b177fbddf7f92eed 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt
|
| @@ -1,12 +1,11 @@
|
| -CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
|
| Test RadioNodeLists returned by the HTMLFormElement named-getter.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS form1.elements.length is 10
|
| +PASS form1.elements.length is 9
|
| Check that only 'listed elements' are included in the list, if any.
|
| -PASS radioNodeList.length is 10
|
| +PASS radioNodeList.length is 9
|
| PASS radioNodeList[0] instanceof HTMLButtonElement is true
|
| PASS radioNodeList[1] instanceof HTMLFieldSetElement is true
|
| PASS radioNodeList[2] instanceof HTMLInputElement is true
|
| @@ -15,14 +14,13 @@ PASS radioNodeList[3] instanceof HTMLInputElement is true
|
| PASS radioNodeList[3].type is "text"
|
| PASS radioNodeList[4] instanceof HTMLInputElement is true
|
| PASS radioNodeList[4].type is "radio"
|
| -PASS radioNodeList[5] instanceof HTMLKeygenElement is true
|
| -PASS radioNodeList[6] instanceof HTMLOutputElement is true
|
| -PASS radioNodeList[7] instanceof HTMLObjectElement is true
|
| -PASS radioNodeList[8] instanceof HTMLSelectElement is true
|
| -PASS radioNodeList[9] instanceof HTMLTextAreaElement is true
|
| +PASS radioNodeList[5] instanceof HTMLOutputElement is true
|
| +PASS radioNodeList[6] instanceof HTMLObjectElement is true
|
| +PASS radioNodeList[7] instanceof HTMLSelectElement is true
|
| +PASS radioNodeList[8] instanceof HTMLTextAreaElement is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
| -
|
| +
|
|
|
|
|