Index: LayoutTests/http/tests/eventsource/workers/eventsource-url-attribute-expected.txt |
diff --git a/LayoutTests/http/tests/eventsource/workers/eventsource-url-attribute-expected.txt b/LayoutTests/http/tests/eventsource/workers/eventsource-url-attribute-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1817801f627588da6db39251d1926af3c69d1ea0 |
--- /dev/null |
+++ b/LayoutTests/http/tests/eventsource/workers/eventsource-url-attribute-expected.txt |
@@ -0,0 +1,13 @@ |
+[Worker] Both .URL and .url should work (for compatibility reasons). |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Starting worker: ../script-tests/eventsource-url-attribute.js |
+PASS [Worker] source.URL is "http://127.0.0.1:8000/eventsource/resources/event-stream.php" |
+PASS [Worker] source.url is "http://127.0.0.1:8000/eventsource/resources/event-stream.php" |
+PASS [Worker] source.URL === source.url is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |