Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-url-attribute-expected.txt
1 CONSOLE WARNING: 'EventSource.URL' is deprecated. Please use 'EventSource.url' instead.
2 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 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"
9 PASS source.URL === source.url is true
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13