Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that we can send empty name in Formdata. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS successfullyParsed is true | |
| 7 | |
| 8 TEST COMPLETE | |
| 9 PASS the formdata of string type containing a empty name is echoed correctly. | |
| 10 PASS the formdata of string type containing a name is echoed correctly. | |
| 11 PASS the formdata of file type containing a empty name is echoed correctly. | |
| 12 PASS the formdata of file type containing a name is echoed correctly. | |
| 13 | |
| OLD | NEW |