tenfourfox/testing/web-platform/tests/eventsource
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00
..
dedicated-worker hello FPR 2017-04-19 00:56:45 -07:00
resources hello FPR 2017-04-19 00:56:45 -07:00
shared-worker hello FPR 2017-04-19 00:56:45 -07:00
event-data.html hello FPR 2017-04-19 00:56:45 -07:00
eventsource-close.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-constructor-document-domain.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-constructor-non-same-origin.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-constructor-stringify.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-constructor-url-bogus.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-constructor-url-multi-window.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-cross-origin.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-eventtarget.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-onmessage.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-onopen.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-prototype.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-reconnect.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-request-cancellation.htm hello FPR 2017-04-19 00:56:45 -07:00
eventsource-url.htm hello FPR 2017-04-19 00:56:45 -07:00
format-bom-2.htm hello FPR 2017-04-19 00:56:45 -07:00
format-bom.htm hello FPR 2017-04-19 00:56:45 -07:00
format-comments.htm hello FPR 2017-04-19 00:56:45 -07:00
format-data-before-final-empty-line.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-data.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-event-empty.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-event.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-id-2.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-id.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-parsing.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-retry-bogus.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-retry-empty.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-retry.htm hello FPR 2017-04-19 00:56:45 -07:00
format-field-unknown.htm hello FPR 2017-04-19 00:56:45 -07:00
format-leading-space.htm hello FPR 2017-04-19 00:56:45 -07:00
format-mime-bogus.htm hello FPR 2017-04-19 00:56:45 -07:00
format-mime-trailing-semicolon.htm hello FPR 2017-04-19 00:56:45 -07:00
format-mime-valid-bogus.htm hello FPR 2017-04-19 00:56:45 -07:00
format-newlines.htm hello FPR 2017-04-19 00:56:45 -07:00
format-null-character.html hello FPR 2017-04-19 00:56:45 -07:00
format-utf-8.htm hello FPR 2017-04-19 00:56:45 -07:00
interfaces.html hello FPR 2017-04-19 00:56:45 -07:00
README.md hello FPR 2017-04-19 00:56:45 -07:00
request-accept.htm hello FPR 2017-04-19 00:56:45 -07:00
request-cache-control.htm hello FPR 2017-04-19 00:56:45 -07:00
request-credentials.htm hello FPR 2017-04-19 00:56:45 -07:00
request-redirect.htm hello FPR 2017-04-19 00:56:45 -07:00
request-status-error.htm hello FPR 2017-04-19 00:56:45 -07:00

Server-Sent Events Test Collection

Server-Sent Events latest draft.

Following up work done during the TestTWF 2012 Paris event:

Most tests comes from Opera, are from august 2010 and probably only valid against spec rev. ~1.139. You can check the following diff :

diff between 1.139 (23 Jul 2010) and 1.229 (25 Oct. 2012) revisions

to get an idea of what needs to get updated.

##DONE (updated against rev. 1.229):

  • eventsource-constructor-url-bogus.htm: whatwg r6602: renamed SYNTAX_ERR to SyntaxError

  • eventsource-constructor-stringify.htm: still valid. bugfix.

##TODO (need to be updated against rev. 1.229):

  • eventsource-cross-origin.htm, eventsource-constructor-non-same-origin.htm: whatwg 6255 6257: allow CORS

##TOCHECK (need to check if the test is still valid against rev.1.229): eventsource-close.htm eventsource-constructor-document-domain.htm eventsource-constructor-url-multi-window.htm eventsource-eventtarget.htm eventsource-onmessage.htm eventsource-onopen.htm eventsource-prototype.htm eventsource-reconnect.htm eventsource-url.htm format-bom-2.htm format-bom.htm format-comments.htm format-field-data.htm format-field-event-empty.htm format-field-event.htm format-field-id-2.htm format-field-id.htm format-field-parsing.htm format-field-retry-bogus.htm format-field-retry-empty.htm format-field-retry.htm format-field-unknown.htm format-leading-space.htm format-mime-bogus.htm format-mime-trailing-semicolon.htm format-mime-valid-bogus.htm format-newlines.htm format-utf-8.htm request-accept.htm request-cache-control.htm request-credentials.htm request-redirect.htm request-status-error.htm