| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest is deprecated. Please use the async
version. |
| 1 Test for sending FormData via XMLHttpRequest. | 2 Test for sending FormData via XMLHttpRequest. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 Sending FormData containing a null value: | 7 Sending FormData containing a null value: |
| 7 name=null | 8 name=null |
| 8 Sending FormData containing a null field name: | 9 Sending FormData containing a null field name: |
| 9 null=value | 10 null=value |
| 10 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 11 | 12 |
| 12 TEST COMPLETE | 13 TEST COMPLETE |
| 13 | 14 |
| OLD | NEW |