| OLD | NEW |
| 1 CONSOLE WARNING: 'EventSource.URL' is deprecated. Please use 'EventSource.url' i
nstead. | 1 Only .url should work, previously supported .URL should not. |
| 2 Both .URL and .url should work (for compatibility reasons). | |
| 3 | 2 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS source.URL is "http://127.0.0.1:8000/eventsource/resources/event-stream.php
" | |
| 8 PASS source.url is "http://127.0.0.1:8000/eventsource/resources/event-stream.php
" | 6 PASS source.url is "http://127.0.0.1:8000/eventsource/resources/event-stream.php
" |
| 9 PASS source.URL === source.url is true | 7 PASS source.URL is undefined. |
| 10 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 11 | 9 |
| 12 TEST COMPLETE | 10 TEST COMPLETE |
| 13 | 11 |
| OLD | NEW |