gecko-dev/testing/web-platform/tests/eventsource
2015-06-05 00:53:48 +01:00
..
dedicated-worker
resources Bug 1084367 - Upgrade wptrunner to 1.4 and web-platform-tests to 1b45197f111e5bb65607d89f7d385883849d005d, a=test-only 2014-10-21 14:21:57 +01:00
shared-worker
event-data.html
eventsource-close.htm
eventsource-constructor-document-domain.htm
eventsource-constructor-non-same-origin.htm
eventsource-constructor-stringify.htm
eventsource-constructor-url-bogus.htm
eventsource-constructor-url-multi-window.htm
eventsource-cross-origin.htm
eventsource-eventtarget.htm
eventsource-onmessage.htm
eventsource-onopen.htm
eventsource-prototype.htm
eventsource-reconnect.htm
eventsource-request-cancellation.htm Bug 1171755 - Update web-platform-tests to revision 0fbf63dbe6f6b8b0dccee76d96ec4b7d50c3fff6, a=testonly 2015-06-05 00:53:48 +01:00
eventsource-url.htm
format-bom-2.htm
format-bom.htm
format-comments.htm
format-data-before-final-empty-line.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-null-character.html
format-utf-8.htm
interfaces.html Bug 1171755 - Update web-platform-tests to revision 0fbf63dbe6f6b8b0dccee76d96ec4b7d50c3fff6, a=testonly 2015-06-05 00:53:48 +01:00
README.md
request-accept.htm
request-cache-control.htm
request-credentials.htm
request-redirect.htm
request-status-error.htm

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