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

Unified Diff: LayoutTests/fast/forms/form-radio-img-node-list-expected.txt

Issue 119063002: Have HTMLFormElement's named getter return a RadioNodeList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test style adjustments + const'ify new RadioNodeList field. Created 7 years 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 side-by-side diff with in-line comments
Download patch
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..f21c7ee211856b3b7f4bdc856ea9daf4c6e5dbe0
--- /dev/null
+++ b/LayoutTests/fast/forms/form-radio-img-node-list-expected.txt
@@ -0,0 +1,20 @@
+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
+
« no previous file with comments | « LayoutTests/fast/forms/form-radio-img-node-list.html ('k') | LayoutTests/fast/forms/form-radio-node-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698