| Index: LayoutTests/fast/forms/form-radio-img-node-list-expected.txt
|
| diff --git a/LayoutTests/fast/forms/form-radio-img-node-list-expected.txt b/LayoutTests/fast/forms/form-radio-img-node-list-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f67c822cb5297644297cd60f611ebccd52127e87
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/form-radio-img-node-list-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +Test RadioNodeLists returned by the HTMLFormElement named-getter.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Check that if no 'listed elements' match by name, img elements are picked instead.
|
| +PASS radioNodeList.length is 2
|
| +PASS radioNodeList[0] instanceof HTMLImageElement is true
|
| +PASS radioNodeList[1] instanceof HTMLImageElement is true
|
| +PASS radioNodeList.length is 2
|
| +PASS radioNodeList[0] instanceof HTMLImageElement is true
|
| +PASS radioNodeList[1] instanceof HTMLImageElement is true
|
| +PASS radioNodeList.length is 3
|
| +PASS radioNodeList[0] instanceof HTMLImageElement is true
|
| +PASS radioNodeList[1] instanceof HTMLImageElement is true
|
| +PASS radioNodeList[2] instanceof HTMLImageElement is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
| +
|
|
|