tree: 714ad9ac669a5ee2d020ecd420104217af813b0f [path history] [tgz]
  1. dedicated-worker/
  2. resources/
  3. shared-worker/
  4. event-data.html
  5. eventsource-close.htm
  6. eventsource-constructor-document-domain.htm
  7. eventsource-constructor-non-same-origin.htm
  8. eventsource-constructor-stringify.htm
  9. eventsource-constructor-url-bogus.htm
  10. eventsource-constructor-url-multi-window.htm
  11. eventsource-cross-origin.htm
  12. eventsource-eventtarget.htm
  13. eventsource-onmessage.htm
  14. eventsource-onopen.htm
  15. eventsource-prototype.htm
  16. eventsource-reconnect.htm
  17. eventsource-request-cancellation.htm
  18. eventsource-url.htm
  19. format-bom-2.htm
  20. format-bom.htm
  21. format-comments.htm
  22. format-data-before-final-empty-line.htm
  23. format-field-data.htm
  24. format-field-event-empty.htm
  25. format-field-event.htm
  26. format-field-id-2.htm
  27. format-field-id.htm
  28. format-field-parsing.htm
  29. format-field-retry-bogus.htm
  30. format-field-retry-empty.htm
  31. format-field-retry.htm
  32. format-field-unknown.htm
  33. format-leading-space.htm
  34. format-mime-bogus.htm
  35. format-mime-trailing-semicolon.htm
  36. format-mime-valid-bogus.htm
  37. format-newlines.htm
  38. format-null-character.html
  39. format-utf-8.htm
  40. interfaces.html
  41. README.md
  42. request-accept.htm
  43. request-cache-control.htm
  44. request-credentials.htm
  45. request-redirect.htm
  46. request-status-error.htm
src/third_party/web_platform_tests/eventsource/README.md

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