Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / workers / eventsource-url-attribute-expected.txt
1 CONSOLE WARNING: 'EventSource.URL' is deprecated. Please use 'EventSource.url' instead.
2 [Worker] Both .URL and .url should work (for compatibility reasons).
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Starting worker: ../script-tests/eventsource-url-attribute.js
8 PASS [Worker] source.URL is "http://127.0.0.1:8000/eventsource/resources/event-stream.php"
9 PASS [Worker] source.url is "http://127.0.0.1:8000/eventsource/resources/event-stream.php"
10 PASS [Worker] source.URL === source.url is true
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14